We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c06f9 commit e4240d9Copy full SHA for e4240d9
test_replays/3.1.0/dusktowers.SC2Replay
47.2 KB
test_replays/test_all.py
@@ -477,6 +477,10 @@ def test_funny_minerals(self):
477
mineralFieldNames = list(set([ou.attributes['UnitType'].value for ou in itemlist if 'MineralField' in ou.attributes['UnitType'].value]))
478
#print mineralFieldNames
479
self.assertTrue(len(mineralPosStrs) > 0)
480
+
481
+ def test_dusk(self):
482
+ replay = sc2reader.load_replay("test_replays/3.1.0/dusktowers.SC2Replay")
483
+ self.assertEqual(replay.expansion, 'LotV')
484
485
486
class TestGameEngine(unittest.TestCase):
0 commit comments