summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjvoisin2018-10-05 12:35:35 +0200
committerjvoisin2018-10-05 12:35:35 +0200
commit8675706c9385f9a085bfbe568636ee878f68bef1 (patch)
tree75d1c5063d98fefb1a9e0443665684cf7413707e /tests
parent5e196ecef811e80f4f5fc7f9c955b53bc271e7ef (diff)
Improve the display of mat2 when no metadata are found
This should close #74
Diffstat (limited to 'tests')
-rw-r--r--tests/test_climat2.py1
1 files changed, 1 insertions, 0 deletions
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):
81 stdout=subprocess.PIPE) 81 stdout=subprocess.PIPE)
82 stdout, _ = proc.communicate() 82 stdout, _ = proc.communicate()
83 self.assertNotIn(b'Comment: Created with GIMP', stdout) 83 self.assertNotIn(b'Comment: Created with GIMP', stdout)
84 self.assertIn(b'No metadata found', stdout)
84 85
85 shutil.rmtree('./tests/data/folder/') 86 shutil.rmtree('./tests/data/folder/')
86 87