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 21616d8 commit 2140fabCopy full SHA for 2140fab
test_replays/2.0.8.25604/mlg1.SC2Replay
147 KB
test_replays/test_all.py
@@ -16,6 +16,14 @@
16
sc2reader.log_utils.log_to_console("INFO")
17
18
19
+def test_teams():
20
+ replay = sc2reader.load_replay("test_replays/1.2.2.17811/13.SC2Replay")
21
+ assert replay.player[1].team.number != replay.player[2].team.number
22
+
23
+ replay = sc2reader.load_replay("test_replays/2.0.8.25604/mlg1.SC2Replay")
24
25
26
27
def test_standard_1v1():
28
replay = sc2reader.load_replay("test_replays/1.2.2.17811/1.SC2Replay")
29
0 commit comments