Skip to content

Commit cdf3c98

Browse files
committed
Add failing test for pickling webp
1 parent d62b909 commit cdf3c98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tests/test_pickle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def helper_pickle_string(
4444
("Tests/images/hopper.jpg", None),
4545
("Tests/images/hopper.jpg", "L"),
4646
("Tests/images/hopper.jpg", "PA"),
47+
("Tests/images/hopper.webp", None),
4748
("Tests/images/test-card.png", None),
4849
("Tests/images/zero_bb.png", None),
4950
("Tests/images/zero_bb_scale2.png", None),

0 commit comments

Comments
 (0)