Tests: log the seed fo slot_data failures (#2402)
This commit is contained in:
parent
ced35c5b78
commit
03e1c45d71
|
@ -40,8 +40,8 @@ class TestImplemented(unittest.TestCase):
|
|||
# has an await for generate_output which isn't being called
|
||||
if game_name in {"Ocarina of Time", "Zillion"}:
|
||||
continue
|
||||
with self.subTest(game_name):
|
||||
multiworld = setup_solo_multiworld(world_type)
|
||||
multiworld = setup_solo_multiworld(world_type)
|
||||
with self.subTest(game=game_name, seed=multiworld.seed):
|
||||
distribute_items_restrictive(multiworld)
|
||||
call_all(multiworld, "post_fill")
|
||||
for key, data in multiworld.worlds[1].fill_slot_data().items():
|
||||
|
|
Loading…
Reference in New Issue