diff options
| author | jvoisin | 2018-04-30 23:46:37 +0200 |
|---|---|---|
| committer | jvoisin | 2018-04-30 23:46:37 +0200 |
| commit | 23bc7e8f5fbd1d338b3455d9cc35e2386959e11e (patch) | |
| tree | ac2f06d6be7f2f0c3ea96abd6283d00bc1605cbe /tests/test_climat2.py | |
| parent | d2b2a54a724db89447027e44ecb8f9bbed72cb83 (diff) | |
Rework the way we're outputing files
Diffstat (limited to 'tests/test_climat2.py')
| -rw-r--r-- | tests/test_climat2.py | 2 |
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) |
