From 8675706c9385f9a085bfbe568636ee878f68bef1 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 5 Oct 2018 12:35:35 +0200 Subject: Improve the display of mat2 when no metadata are found This should close #74 --- tests/test_climat2.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/test_climat2.py b/tests/test_climat2.py index a1f141c..9bb4ba3 100644 --- a/tests/test_climat2.py +++ b/tests/test_climat2.py @@ -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/') -- cgit v1.3