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 b22a26a commit cce90cfCopy full SHA for cce90cf
test_replays/2.0.4.24944/Lunar Colony V.SC2Replay
53.8 KB
test_replays/test_all.py
@@ -218,3 +218,7 @@ def test_oracle_parsing():
218
replay = sc2reader.load_replay("test_replays/2.0.3.24764/ggtracker_1571740.SC2Replay")
219
oracles = [unit for unit in replay.objects.values() if unit.name=='Oracle']
220
assert len(oracles) == 2
221
+
222
+def test_clan_players():
223
+ replay = sc2reader.load_replay("test_replays/2.0.4.24944/Lunar Colony V.SC2Replay")
224
+ assert len(replay.people) == 4
0 commit comments