Skip to content

Commit 89f4eee

Browse files
committed
amended author info
1 parent c860d8e commit 89f4eee

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
37.4 KB
Binary file not shown.

test_replays/test_all.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
sc2reader.log_utils.log_to_console("INFO")
1717

18+
print("YO YO YO THIS IS FOR REAL")
1819

1920
class TestReplays(unittest.TestCase):
2021

@@ -369,6 +370,8 @@ def test_daedalus_point(self):
369370
def test_reloaded(self):
370371
replay = sc2reader.load_replay("test_replays/2.1.3.28667/Habitation Station LE (54).SC2Replay")
371372

373+
def test_214(self):
374+
replay = sc2reader.load_replay("test_replays/2.1.4/Catallena LE.SC2Replay", load_level=4)
372375

373376

374377
class TestGameEngine(unittest.TestCase):

0 commit comments

Comments
 (0)