Skip to content

Commit 8a376a0

Browse files
committed
Add new WoL 2.0.4 tests, 1 failing due to #101.
1 parent 9dbdb06 commit 8a376a0

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed
64.3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

test_replays/test_all.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,8 @@ def test_clan_players():
226226
replay = sc2reader.load_replay("test_replays/2.0.4.24944/Lunar Colony V.SC2Replay")
227227
assert len(replay.people) == 4
228228

229+
def test_WoL_204():
230+
replay = sc2reader.load_replay("test_replays/2.0.4.24944/ggtracker_1789768.SC2Replay")
231+
assert len(replay.people) == 2
232+
replay = sc2reader.load_replay("test_replays/2.0.4.24944/Backwater Complex (15).SC2Replay")
233+

0 commit comments

Comments
 (0)