diff options
| author | jvoisin | 2018-04-04 23:21:48 +0200 |
|---|---|---|
| committer | jvoisin | 2018-04-04 23:21:48 +0200 |
| commit | 0239ab3b6a6ae38dbf5ba439f91f0cee498711a9 (patch) | |
| tree | 19159991a5fe0d504ebbd2396800a9a1fda38a09 /tests/test_climat2.py | |
| parent | 9fa76c4c2038a776cc94af5d9f307bbaad52083c (diff) | |
Add some white lines to make the code more compliant
Diffstat (limited to 'tests/test_climat2.py')
| -rw-r--r-- | tests/test_climat2.py | 1 |
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 | |||
| 16 | class TestGetMeta(unittest.TestCase): | 17 | class 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'], |
