mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-16 04:16:35 +03:00
XMP feature added
This commit is contained in:
parent
096854d1c8
commit
3e9403af56
|
@ -6,4 +6,4 @@ def test_getxmp():
|
||||||
type_repr = repr(type(im.getxmp()))
|
type_repr = repr(type(im.getxmp()))
|
||||||
|
|
||||||
assert "dict" in type_repr
|
assert "dict" in type_repr
|
||||||
assert isinstance(im.getxmp()['Description'][0]['Version'], str)
|
assert isinstance(im.getxmp()["Description"][0]["Version"], str)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user