Tests: add create_item test

This commit is contained in:
Fabian Dill
2021-11-11 00:06:51 +01:00
parent 43323e59ce
commit ec9ef21cc0
4 changed files with 14 additions and 7 deletions

View File

@@ -6,7 +6,6 @@ from worlds.AutoWorld import AutoWorldRegister
from . import setup_default_world
class TestBase(unittest.TestCase):
_state_cache = {}
gen_steps = ["generate_early", "create_regions", "create_items", "set_rules", "generate_basic", "pre_fill"]
def testAllStateCanReachEverything(self):