Improve the display of mat2 when no metadata are found
This should close #74
This commit is contained in:
parent
5e196ecef8
commit
8675706c93
2 changed files with 7 additions and 1 deletions
|
@ -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/')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue