mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-02 00:23:32 -07:00
progrees i think
This commit is contained in:
@@ -52,7 +52,8 @@ class TestBase(unittest.TestCase):
|
||||
state = multiworld.get_all_state(False)
|
||||
for location in multiworld.get_locations():
|
||||
with self.subTest("Location should be reached", location=location.name):
|
||||
self.assertTrue(location.can_reach(state), f"{location.name} unreachable")
|
||||
if not location.can_reach(state):
|
||||
self.assertTrue(location.can_reach(state), f"{location.name} unreachable")
|
||||
|
||||
for region in multiworld.get_regions():
|
||||
if region.name in unreachable_regions:
|
||||
|
||||
Reference in New Issue
Block a user