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 ac8c220 commit f6b54d4Copy full SHA for f6b54d4
test_replays/3.0.0.38215/third.SC2Replay
32.3 KB
test_replays/test_all.py
@@ -430,8 +430,9 @@ def test_lotv_map(self):
430
def test_30(self):
431
replay = sc2reader.load_replay("test_replays/3.0.0.38215/first.SC2Replay")
432
replay = sc2reader.load_replay("test_replays/3.0.0.38215/second.SC2Replay")
433
+ replay = sc2reader.load_replay("test_replays/3.0.0.38215/third.SC2Replay")
434
-
435
+
436
class TestGameEngine(unittest.TestCase):
437
class TestEvent(object):
438
name='TestEvent'
0 commit comments