mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 18:03:07 +03:00
test fumctions done
This commit is contained in:
parent
3dc917cf61
commit
eb5244c795
|
@ -98,3 +98,4 @@ def test_decode():
|
||||||
# Call the decode method and verify that it raises an OSError with the expected message
|
# Call the decode method and verify that it raises an OSError with the expected message
|
||||||
with pytest.raises(OSError, match="Truncated BLP file"):
|
with pytest.raises(OSError, match="Truncated BLP file"):
|
||||||
decoder.decode(b'')
|
decoder.decode(b'')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user