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,8 +1,8 @@
|
||||
from ..bases import SVTestBase
|
||||
from ... import options
|
||||
from ...locations import locations_by_tag, LocationTags, location_table
|
||||
from ...strings.entrance_names import Entrance
|
||||
from ...strings.region_names import Region
|
||||
from ...test import SVTestBase
|
||||
|
||||
|
||||
class TestDonationLogicAll(SVTestBase):
|
||||
|
||||
Reference in New Issue
Block a user