mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
XMP feature added
This commit is contained in:
parent
c84f1058ea
commit
4ff5546203
|
@ -2,4 +2,5 @@ from .helper import hopper
|
|||
|
||||
def test_getxmp():
|
||||
im = hopper()
|
||||
assert type(im.getxmp()) == dict
|
||||
type_repr = repr(type(im.getxmp()))
|
||||
assert "dict" in type_repr
|
||||
|
|
Loading…
Reference in New Issue
Block a user