summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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