diff --git a/test/general/TestReachability.py b/test/general/TestReachability.py index 331f52bf..2cadf9d2 100644 --- a/test/general/TestReachability.py +++ b/test/general/TestReachability.py @@ -22,6 +22,9 @@ class TestBase(unittest.TestCase): with self.subTest("Location should be reached", location=location): self.assertTrue(location.can_reach(state)) + with self.subTest("Completion Condition"): + self.assertTrue(world.can_beat_game(state)) + def testEmptyStateCanReachSomething(self): for game_name, world_type in AutoWorldRegister.world_types.items(): # Final Fantasy logic is controlled by finalfantasyrandomizer.com