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 5529aba commit 913e79fCopy full SHA for 913e79f
1 file changed
Tests/test_pickle.py
@@ -62,8 +62,8 @@ def helper_pickle_string(
62
def test_pickle_image(tmp_path, test_file, test_mode):
63
# Act / Assert
64
for protocol in range(0, pickle.HIGHEST_PROTOCOL + 1):
65
- helper_pickle_string(pickle, protocol, test_file)
66
- helper_pickle_file(tmp_path, pickle, protocol, test_file)
+ helper_pickle_string(pickle, protocol, test_file, test_mode)
+ helper_pickle_file(tmp_path, pickle, protocol, test_file, test_mode)
67
68
69
def test_pickle_la_mode_with_palette(tmp_path):
0 commit comments