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:
@@ -3,8 +3,8 @@ from typing import ClassVar
|
||||
|
||||
from BaseClasses import get_seed
|
||||
from test.param import classvar_matrix
|
||||
from .. import SVTestCase, solo_multiworld, skip_long_tests
|
||||
from ..assertion import WorldAssertMixin
|
||||
from ..bases import skip_long_tests, SVTestCase, solo_multiworld
|
||||
from ... import options
|
||||
|
||||
if skip_long_tests():
|
||||
|
||||
Reference in New Issue
Block a user