Skip to content

Commit b35d88c

Browse files
committed
new failing test for replays that started by loading a saved game
1 parent 1a6220b commit b35d88c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
11.3 KB
Binary file not shown.

test_replays/test_all.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,10 @@ def test_replay_event_order(self):
366366
def test_daedalus_point(self):
367367
replay = sc2reader.load_replay("test_replays/2.0.11.26825/DaedalusPoint.SC2Replay")
368368

369+
def test_reloaded(self):
370+
replay = sc2reader.load_replay("test_replays/2.1.3.28667/Habitation Station LE (54).SC2Replay")
371+
372+
369373

370374
class TestGameEngine(unittest.TestCase):
371375
class TestEvent(object):

0 commit comments

Comments
 (0)