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 7b1fa8e commit 1a7e194Copy full SHA for 1a7e194
test_replays/test_all.py
@@ -86,15 +86,6 @@ def test_standard_1v1():
86
87
for msg in replay.messages:
88
assert msg.sent_to_all == True
89
-
90
- try:
91
- for event in replay.events:
92
- if (event.player_id != 1 and event.player_id != 2):
93
- print event
94
- except AttributeError:
95
96
97
- assert True == False
98
99
def test_private_category():
100
replay = Replay("test_replays/build17811/2.SC2Replay")
0 commit comments