summaryrefslogtreecommitdiff
path: root/tests/test_climat2.py
diff options
context:
space:
mode:
authorjvoisin2018-04-04 23:21:48 +0200
committerjvoisin2018-04-04 23:21:48 +0200
commit0239ab3b6a6ae38dbf5ba439f91f0cee498711a9 (patch)
tree19159991a5fe0d504ebbd2396800a9a1fda38a09 /tests/test_climat2.py
parent9fa76c4c2038a776cc94af5d9f307bbaad52083c (diff)
Add some white lines to make the code more compliant
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'],