XMP feature added

This commit is contained in:
UrielMaD 2020-12-27 19:52:46 -06:00
parent 762235fb06
commit 2474cc2db6

View File

@ -0,0 +1,5 @@
from .helper import hopper
def test_getxmp():
im = hopper()
assert type(im.getxmp()) == dict