XMP feature added

This commit is contained in:
UrielMaD 2020-12-27 20:00:04 -06:00
parent c84f1058ea
commit 4ff5546203

View File

@ -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