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,7 +1,7 @@
|
||||
import unittest
|
||||
|
||||
from . import SVTestBase
|
||||
from .assertion import WorldAssertMixin
|
||||
from .bases import SVTestBase
|
||||
from .. import options, items_by_group, Group
|
||||
from ..options import TrapDistribution
|
||||
|
||||
@@ -119,4 +119,3 @@ class TestDistributionIsRespectedAllTraps(WorldAssertMixin, SVTestBase):
|
||||
self.assertLess(num_bark, num_debris - threshold_difference)
|
||||
self.assertGreater(num_meow, num_time_flies + threshold_difference)
|
||||
self.assertGreater(num_meow, num_debris + threshold_difference)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user