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
ee5d05ae21
commit
08935aeaca
|
@ -4,4 +4,5 @@ from .helper import hopper
|
||||||
def test_getxmp():
|
def test_getxmp():
|
||||||
im = hopper()
|
im = hopper()
|
||||||
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