Skip to content

Commit

Permalink
test demonstrating that we can parse the replay mentioned in #190
Browse files Browse the repository at this point in the history
  • Loading branch information
dsjoerg committed Sep 18, 2017
1 parent db59814 commit a15a5f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added test_replays/3.16/AbyssalReef.SC2Replay
Binary file not shown.
7 changes: 7 additions & 0 deletions test_replays/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,13 @@ def test_312(self):
replay =factory.load_replay(replayfilename,load_level=0)
replay =factory.load_replay(replayfilename,load_level=1)

def test_316(self):
for replayfilename in [
"test_replays/3.16/AbyssalReef.SC2Replay",
]:
factory = sc2reader.factories.SC2Factory()
replay =factory.load_replay(replayfilename)

def test_54518(self):
for replayfilename in [
"test_replays/3.14.0.54518/1.SC2Replay",
Expand Down

0 comments on commit a15a5f5

Please sign in to comment.