Pillow/Tests/test_image_getxmp.py

6 lines
102 B
Python
Raw Normal View History

2020-12-28 04:52:46 +03:00
from .helper import hopper
def test_getxmp():
im = hopper()
2020-12-28 04:54:06 +03:00
assert type(im.getxmp()) == dict