mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
use single string for parameter names instead of tuple of strings
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
ece34104cb
commit
fe85947f16
|
@ -686,7 +686,7 @@ class TestImage:
|
|||
_make_new(im, blank_pa, ImagePalette.ImagePalette())
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
("mode", "color"),
|
||||
"mode, color",
|
||||
(
|
||||
("RGB", "#DDEEFF"),
|
||||
("RGB", (221, 238, 255)),
|
||||
|
|
Loading…
Reference in New Issue
Block a user