1
0
Fork 0
mirror of synced 2025-07-04 04:17:29 +02:00

Improve the display of mat2 when no metadata are found

This should close #74
This commit is contained in:
jvoisin 2018-10-05 12:35:35 +02:00
parent 5e196ecef8
commit 8675706c93
2 changed files with 7 additions and 1 deletions

View file

@ -81,6 +81,7 @@ class TestCleanFolder(unittest.TestCase):
stdout=subprocess.PIPE)
stdout, _ = proc.communicate()
self.assertNotIn(b'Comment: Created with GIMP', stdout)
self.assertIn(b'No metadata found', stdout)
shutil.rmtree('./tests/data/folder/')