Stardew Valley: Move BaseTest out of __init__.py to comply with future conventions (#4991)
* move everything out of init; fix from imports and some typing errors * why is there a change in multiserver * fix some relative shits
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from ..bases import SVTestBase
|
||||
from ... import HasProgressionPercent, StardewLogic
|
||||
from ...options import ToolProgression, SkillProgression, Mods
|
||||
from ...strings.skill_names import all_skills, all_vanilla_skills, Skill
|
||||
from ...test import SVTestBase
|
||||
|
||||
|
||||
class TestSkillProgressionVanilla(SVTestBase):
|
||||
|
||||
Reference in New Issue
Block a user