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:
Jérémie Bolduc
2025-05-13 03:58:03 -04:00
committed by GitHub
parent feaed7ea00
commit 7d5693e0fb
55 changed files with 367 additions and 368 deletions

View File

@@ -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):