We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1318b23 commit cd3d2d5Copy full SHA for cd3d2d5
test_s2gs/test_all_s2gs.py
@@ -12,6 +12,8 @@
12
13
def test_a_WoL_s2gs():
14
summary = sc2reader.load_game_summary("test_s2gs/s2gs1.s2gs")
15
+ assert summary.players[0].resource_collection_rate == 1276
16
17
def test_a_HotS_s2gs():
18
summary = sc2reader.load_game_summary("test_s2gs/hots1.s2gs")
19
+ assert summary.players[0].resource_collection_rate == 1599
0 commit comments