mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
use string for parametrization name declaration
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
cd4656410f
commit
c2176f2747
|
@ -11,7 +11,7 @@ TEST_TAR_FILE = "Tests/images/hopper.tar"
|
|||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
("codec", "test_path", "format"),
|
||||
"codec, test_path, format",
|
||||
(
|
||||
("zlib", "hopper.png", "PNG"),
|
||||
("jpg", "hopper.jpg", "JPEG"),
|
||||
|
|
Loading…
Reference in New Issue
Block a user