mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 00:46:16 +03:00
Rename test image
This commit is contained in:
parent
8e6d518ea8
commit
d4fedc852c
|
@ -257,7 +257,7 @@ def test_bytesio_object() -> None:
|
|||
@pytest.mark.parametrize(
|
||||
# These images have an "ImageData" descriptor.
|
||||
"filename",
|
||||
("Tests/images/eps/1.eps", "Tests/images/eps/1_atend.eps"),
|
||||
("Tests/images/eps/1.eps", "Tests/images/eps/1_boundingbox_after_imagedata.eps"),
|
||||
)
|
||||
def test_1(filename: str) -> None:
|
||||
with Image.open(filename) as im:
|
||||
|
|
Loading…
Reference in New Issue
Block a user