fix unit tests

This commit is contained in:
Fabian Dill
2021-01-03 17:16:07 +01:00
parent d80939480b
commit 6bb7631382
7 changed files with 56 additions and 43 deletions

View File

@@ -1,11 +1,12 @@
import unittest
from BaseClasses import CollectionState, World
from BaseClasses import CollectionState
from BaseClasses import MultiWorld
from worlds.alttp.Items import ItemFactory
class TestBase(unittest.TestCase):
world: World
world: MultiWorld
_state_cache = {}
def get_state(self, items):