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:
@@ -5,7 +5,7 @@ import sys
|
||||
import unittest
|
||||
|
||||
from BaseClasses import get_seed
|
||||
from .. import SVTestCase
|
||||
from ..bases import SVTestCase
|
||||
|
||||
# <function Location.<lambda> at 0x102ca98a0>
|
||||
lambda_regex = re.compile(r"^<function Location\.<lambda> at (.*)>$")
|
||||
|
||||
Reference in New Issue
Block a user