Skip to content

Commit 0d392d4

Browse files
committed
and add a HotS s2gs test that currently passes
1 parent af6d4d4 commit 0d392d4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

test_s2gs/hots1.s2gs

14.1 KB
Binary file not shown.

test_s2gs/test_all_s2gs.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
import sc2reader
1111
from sc2reader.exceptions import ParseError
1212

13-
def test_an_s2gs():
13+
def test_a_WoL_s2gs():
1414
summary = sc2reader.load_game_summary("test_s2gs/s2gs1.s2gs")
15+
16+
def test_a_HotS_s2gs():
17+
summary = sc2reader.load_game_summary("test_s2gs/hots1.s2gs")

0 commit comments

Comments
 (0)