add pytest

This commit is contained in:
bridge
2025-12-18 22:08:06 +08:00
parent acf7d9dd35
commit 0890fc18b2
6 changed files with 130 additions and 117 deletions

View File

@@ -124,8 +124,10 @@ class CultivationProgress:
def get_move_step(self) -> int:
"""
每月能够移动的距离,
练气筑基为1
金丹元婴为2
练气: 2
筑基: 3
金丹: 4
元婴: 5
"""
return REALM_TO_MOVE_STEP[self.realm]