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 59667bb commit ce8083eCopy full SHA for ce8083e
Tests/test_file_blp.py
@@ -60,7 +60,7 @@ def test_save(tmp_path: Path) -> None:
60
assert_image_similar_tofile(im, f, 8)
61
62
im = hopper()
63
- with pytest.raises(ValueError):
+ with pytest.raises(ValueError, match="Unsupported BLP image mode"):
64
im.save(f)
65
66
0 commit comments