Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into coop_support
Conflicts:
	test_replays/test_all.py
  • Loading branch information
StoicLoofah committed May 6, 2018
commit abf8da71a9618c74069473dc4e739eeeb1b096d5
7 changes: 7 additions & 0 deletions test_replays/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,13 @@ def test_59587(self):
factory = sc2reader.factories.SC2Factory()
replay = factory.load_replay(replayfilename)

def test_64469(self):
for replayfilename in [
"test_replays/4.3.0.64469/1.SC2Replay",
]:
factory = sc2reader.factories.SC2Factory()
replay = factory.load_replay(replayfilename)

def test_coop(self):
for replayfilename in [
"test_replays/coop/CoA.SC2Replay",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.