mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Tests: log the seed fo slot_data failures (#2402)
This commit is contained in:
@@ -40,8 +40,8 @@ class TestImplemented(unittest.TestCase):
|
|||||||
# has an await for generate_output which isn't being called
|
# has an await for generate_output which isn't being called
|
||||||
if game_name in {"Ocarina of Time", "Zillion"}:
|
if game_name in {"Ocarina of Time", "Zillion"}:
|
||||||
continue
|
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)
|
distribute_items_restrictive(multiworld)
|
||||||
call_all(multiworld, "post_fill")
|
call_all(multiworld, "post_fill")
|
||||||
for key, data in multiworld.worlds[1].fill_slot_data().items():
|
for key, data in multiworld.worlds[1].fill_slot_data().items():
|
||||||
|
Reference in New Issue
Block a user