Skip to content

Commit a15a5f5

Browse files
committed
test demonstrating that we can parse the replay mentioned in #190
1 parent db59814 commit a15a5f5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
70.3 KB
Binary file not shown.

test_replays/test_all.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,13 @@ def test_312(self):
538538
replay =factory.load_replay(replayfilename,load_level=0)
539539
replay =factory.load_replay(replayfilename,load_level=1)
540540

541+
def test_316(self):
542+
for replayfilename in [
543+
"test_replays/3.16/AbyssalReef.SC2Replay",
544+
]:
545+
factory = sc2reader.factories.SC2Factory()
546+
replay =factory.load_replay(replayfilename)
547+
541548
def test_54518(self):
542549
for replayfilename in [
543550
"test_replays/3.14.0.54518/1.SC2Replay",

0 commit comments

Comments
 (0)