We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06b71f7 + 1635e7a commit 38f4c7bCopy full SHA for 38f4c7b
Tests/test_image_getdata.py
@@ -14,7 +14,7 @@ def test_sanity() -> None:
14
assert data[0] == (20, 20, 70)
15
16
17
-def test_roundtrip() -> None:
+def test_mode() -> None:
18
def getdata(mode: str) -> tuple[float | tuple[int, ...], int, int]:
19
im = hopper(mode).resize((32, 30), Image.Resampling.NEAREST)
20
data = im.getdata()
0 commit comments