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 c860d8e commit 89f4eeeCopy full SHA for 89f4eee
test_replays/2.1.4/Catallena LE.SC2Replay
37.4 KB
test_replays/test_all.py
@@ -15,6 +15,7 @@
15
16
sc2reader.log_utils.log_to_console("INFO")
17
18
+print("YO YO YO THIS IS FOR REAL")
19
20
class TestReplays(unittest.TestCase):
21
@@ -369,6 +370,8 @@ def test_daedalus_point(self):
369
370
def test_reloaded(self):
371
replay = sc2reader.load_replay("test_replays/2.1.3.28667/Habitation Station LE (54).SC2Replay")
372
373
+ def test_214(self):
374
+ replay = sc2reader.load_replay("test_replays/2.1.4/Catallena LE.SC2Replay", load_level=4)
375
376
377
class TestGameEngine(unittest.TestCase):
0 commit comments