Skip to content

Commit cd3d2d5

Browse files
dsjoergGraylinKim
authored andcommitted
Add a resource_collection_rate to s2gs tests.
1 parent 1318b23 commit cd3d2d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test_s2gs/test_all_s2gs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
def test_a_WoL_s2gs():
1414
summary = sc2reader.load_game_summary("test_s2gs/s2gs1.s2gs")
15+
assert summary.players[0].resource_collection_rate == 1276
1516

1617
def test_a_HotS_s2gs():
1718
summary = sc2reader.load_game_summary("test_s2gs/hots1.s2gs")
19+
assert summary.players[0].resource_collection_rate == 1599

0 commit comments

Comments
 (0)