Skip to content

Commit

Permalink
Clean up not working test launchers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Mar 15, 2024
1 parent 416ffee commit 70f8d6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions worlds/sc2/test/test_Regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,3 @@ def test_size_matches_exclusions(self):
self.assertNotIn(MissionTables.SC2Mission.ZERO_HOUR.mission_name, self.multiworld.regions)
# WoL has 29 missions. -1 for Zero Hour being excluded, +1 for the automatically-added menu location
self.assertEqual(len(self.multiworld.regions), 29)


if __name__ == '__main__':
unittest.main(verbosity=2)
3 changes: 0 additions & 3 deletions worlds/sc2/test/test_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@
class TestOptions(unittest.TestCase):
def test_campaign_size_option_max_matches_number_of_missions(self):
self.assertEqual(Options.MaximumCampaignSize.range_end, len(MissionTables.SC2Mission))

if __name__ == '__main__':
unittest.main(verbosity=2)

0 comments on commit 70f8d6d

Please sign in to comment.