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,4 +1,4 @@
|
||||
from . import SVTestCase, setup_multiworld
|
||||
from .bases import SVTestCase, setup_multiworld
|
||||
from .. import True_
|
||||
from ..options import FestivalLocations, StartingMoney
|
||||
from ..strings.festival_check_names import FestivalCheck
|
||||
|
||||
Reference in New Issue
Block a user