XMP feature added

This commit is contained in:
UrielMaD 2020-12-27 20:09:10 -06:00
parent ee5d05ae21
commit 08935aeaca

View File

@ -4,4 +4,5 @@ from .helper import hopper
def test_getxmp():
im = hopper()
type_repr = repr(type(im.getxmp()))
assert "dict" in type_repr