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 f384f16 commit 94ed3caCopy full SHA for 94ed3ca
test_replays/2.0.4.24944/Lunar Colony V.SC2Replay
53.8 KB
test_replays/test_all.py
@@ -220,4 +220,9 @@ def test_oracle_parsing():
220
assert len(oracles) == 2
221
222
def test_resume_from_replay():
223
- replay = sc2reader.load_replay("test_replays/2.0.3.24764/resume_from_replay.SC2Replay")
+ replay = sc2reader.load_replay("test_replays/2.0.3.24764/resume_from_replay.SC2Replay")
224
+
225
+def test_clan_players():
226
+ replay = sc2reader.load_replay("test_replays/2.0.4.24944/Lunar Colony V.SC2Replay")
227
+ assert len(replay.people) == 4
228
0 commit comments