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 53e5678 commit e5001a3Copy full SHA for e5001a3
test_replays/2.0.11.26825/DaedalusPoint.SC2Replay
63.5 KB
test_replays/test_all.py
@@ -363,6 +363,9 @@ def test_gameheartnormalizer_plugin(self):
363
def test_replay_event_order(self):
364
replay = sc2reader.load_replay("test_replays/event_order.SC2Replay")
365
366
+ def test_daedalus_point(self):
367
+ replay = sc2reader.load_replay("test_replays/2.0.11.26825/DaedalusPoint.SC2Replay")
368
+
369
370
class TestGameEngine(unittest.TestCase):
371
class TestEvent(object):
0 commit comments