Skip to content

Commit 94f5f8a

Browse files
committed
ffa test fails
1 parent 21bf753 commit 94f5f8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test_replays/test_all.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ def test_ffa():
111111
replay = Replay("test_replays/build17811/8.sc2replay")
112112
assert replay.type == "FFA"
113113

114+
# TODO: Remove me when done!
115+
for player in replay.players:
116+
print player.name + " " + player.result
117+
114118
# Player 'Boom' won because the last building of the last player was destroyed,
115119
# but the winner cannot be parsed because "Player has left" event isn't generated.
116120
# Unknown result is the best we can do.

0 commit comments

Comments
 (0)