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 8a4dd06 commit 307742fCopy full SHA for 307742f
test_replays/test_all.py
@@ -15,7 +15,7 @@ def test_empty():
15
# Todo: Are we happy with it raising a ValueError? Should it be rather ParseError or something else?
16
# Maybe a "production" mode would be nice to have, so that it simply returns a status of the parse without
17
# raising an exception.
18
- with pytest.raises(EOFError):
+ with pytest.raises(ValueError):
19
sc2reader.read("test_replays/corrupted/empty.SC2Replay")
20
21
# Tests for build 17811 replays
0 commit comments