summaryrefslogtreecommitdiff
path: root/tests/test_climat2.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_climat2.py')
-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 f395001..b9c52b5 100644
--- a/tests/test_climat2.py
+++ b/tests/test_climat2.py
@@ -13,6 +13,7 @@ class TestHelp(unittest.TestCase):
13 stdout, _ = proc.communicate() 13 stdout, _ = proc.communicate()
14 self.assertIn(b'usage: main.py [-h] [-c] [-l] [-s] [files [files ...]]', stdout) 14 self.assertIn(b'usage: main.py [-h] [-c] [-l] [-s] [files [files ...]]', stdout)
15 15
16
16class TestGetMeta(unittest.TestCase): 17class TestGetMeta(unittest.TestCase):
17 def test_pdf(self): 18 def test_pdf(self):
18 proc = subprocess.Popen(['./main.py', '--show', './tests/data/dirty.pdf'], 19 proc = subprocess.Popen(['./main.py', '--show', './tests/data/dirty.pdf'],