mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +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(
|
@pytest.mark.parametrize(
|
||||||
("codec", "test_path", "format"),
|
"codec, test_path, format",
|
||||||
(
|
(
|
||||||
("zlib", "hopper.png", "PNG"),
|
("zlib", "hopper.png", "PNG"),
|
||||||
("jpg", "hopper.jpg", "JPEG"),
|
("jpg", "hopper.jpg", "JPEG"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user