From ee5d05ae21a570e26f8cf6ad406aa4744307598e Mon Sep 17 00:00:00 2001 From: UrielMaD Date: Sun, 27 Dec 2020 20:01:56 -0600 Subject: [PATCH] XMP feature added --- Tests/test_image_getxmp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/test_image_getxmp.py b/Tests/test_image_getxmp.py index 856e74983..022ee7ae8 100644 --- a/Tests/test_image_getxmp.py +++ b/Tests/test_image_getxmp.py @@ -1,5 +1,6 @@ from .helper import hopper + def test_getxmp(): im = hopper() type_repr = repr(type(im.getxmp()))