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 21bf753 commit 94f5f8aCopy full SHA for 94f5f8a
test_replays/test_all.py
@@ -111,6 +111,10 @@ def test_ffa():
111
replay = Replay("test_replays/build17811/8.sc2replay")
112
assert replay.type == "FFA"
113
114
+ # TODO: Remove me when done!
115
+ for player in replay.players:
116
+ print player.name + " " + player.result
117
+
118
# Player 'Boom' won because the last building of the last player was destroyed,
119
# but the winner cannot be parsed because "Player has left" event isn't generated.
120
# Unknown result is the best we can do.
0 commit comments