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 2b9c477 commit 3423130Copy full SHA for 3423130
test_replays/event_order.SC2Replay
68.3 KB
test_replays/test_all.py
@@ -358,6 +358,9 @@ def test_gameheartnormalizer_plugin(self):
358
self.assertEqual(replay.teams[1].players[0].name, 'LiquidTaeJa')
359
self.assertEqual(replay.winner, replay.teams[0])
360
361
+ def test_replay_event_order(self):
362
+ replay = sc2reader.load_replay("test_replays/event_order.SC2Replay")
363
+
364
365
if __name__ == '__main__':
366
unittest.main()
0 commit comments