summaryrefslogtreecommitdiff
path: root/tests/test_climat2.py
diff options
context:
space:
mode:
authorjvoisin2018-04-30 23:46:37 +0200
committerjvoisin2018-04-30 23:46:37 +0200
commit23bc7e8f5fbd1d338b3455d9cc35e2386959e11e (patch)
treeac2f06d6be7f2f0c3ea96abd6283d00bc1605cbe /tests/test_climat2.py
parentd2b2a54a724db89447027e44ecb8f9bbed72cb83 (diff)
Rework the way we're outputing files
Diffstat (limited to 'tests/test_climat2.py')
-rw-r--r--tests/test_climat2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_climat2.py b/tests/test_climat2.py
index bc4a175..44703b7 100644
--- a/tests/test_climat2.py
+++ b/tests/test_climat2.py
@@ -45,7 +45,7 @@ class TestCleanMeta(unittest.TestCase):
45 stdout=subprocess.PIPE) 45 stdout=subprocess.PIPE)
46 stdout, _ = proc.communicate() 46 stdout, _ = proc.communicate()
47 47
48 proc = subprocess.Popen(['./main.py', '--show', './tests/data/clean.jpg.cleaned'], 48 proc = subprocess.Popen(['./main.py', '--show', './tests/data/clean.cleaned.jpg'],
49 stdout=subprocess.PIPE) 49 stdout=subprocess.PIPE)
50 stdout, _ = proc.communicate() 50 stdout, _ = proc.communicate()
51 self.assertNotIn(b'Comment: Created with GIMP', stdout) 51 self.assertNotIn(b'Comment: Created with GIMP', stdout)