Skip to content

Commit 3423130

Browse files
committed
Add regression test for event order.
1 parent 2b9c477 commit 3423130

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

test_replays/event_order.SC2Replay

68.3 KB
Binary file not shown.

test_replays/test_all.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,9 @@ def test_gameheartnormalizer_plugin(self):
358358
self.assertEqual(replay.teams[1].players[0].name, 'LiquidTaeJa')
359359
self.assertEqual(replay.winner, replay.teams[0])
360360

361+
def test_replay_event_order(self):
362+
replay = sc2reader.load_replay("test_replays/event_order.SC2Replay")
363+
361364

362365
if __name__ == '__main__':
363366
unittest.main()

0 commit comments

Comments
 (0)