mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 02:46:18 +03:00
XMP feature added
This commit is contained in:
parent
b1b7d2ff18
commit
cc8070aec5
|
@ -5,5 +5,4 @@ def test_getxmp():
|
||||||
im = Image.open("Tests/images/hopper.jpg")
|
im = Image.open("Tests/images/hopper.jpg")
|
||||||
type_repr = repr(type(im.getxmp()))
|
type_repr = repr(type(im.getxmp()))
|
||||||
|
|
||||||
|
|
||||||
assert "dict" in type_repr
|
assert "dict" in type_repr
|
||||||
|
|
Loading…
Reference in New Issue
Block a user