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 0a5c9bf commit a46e0b6Copy full SHA for a46e0b6
test_replays/3.12/Honorgrounds.SC2Replay
107 KB
test_replays/test_all.py
@@ -530,6 +530,14 @@ def test_37(self):
530
replay = sc2reader.load_replay("test_replays/3.7.0/1.SC2Replay")
531
replay = sc2reader.load_replay("test_replays/3.7.0/2.SC2Replay")
532
533
+ def test_312(self):
534
+ for replayfilename in [
535
+ "test_replays/3.12/Honorgrounds.SC2Replay",
536
+ ]:
537
+ factory = sc2reader.factories.SC2Factory()
538
+ replay =factory.load_replay(replayfilename,load_level=0)
539
+ replay =factory.load_replay(replayfilename,load_level=1)
540
+
541
542
class TestGameEngine(unittest.TestCase):
543
class TestEvent(object):
0 commit comments