Skip to content

Commit cce90cf

Browse files
committed
add failing test showing fake observers being created
1 parent b22a26a commit cce90cf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Binary file not shown.

test_replays/test_all.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,7 @@ def test_oracle_parsing():
218218
replay = sc2reader.load_replay("test_replays/2.0.3.24764/ggtracker_1571740.SC2Replay")
219219
oracles = [unit for unit in replay.objects.values() if unit.name=='Oracle']
220220
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

Comments
 (0)