From 0239ab3b6a6ae38dbf5ba439f91f0cee498711a9 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 4 Apr 2018 23:21:48 +0200 Subject: Add some white lines to make the code more compliant --- tests/test_climat2.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_climat2.py') 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): stdout, _ = proc.communicate() self.assertIn(b'usage: main.py [-h] [-c] [-l] [-s] [files [files ...]]', stdout) + class TestGetMeta(unittest.TestCase): def test_pdf(self): proc = subprocess.Popen(['./main.py', '--show', './tests/data/dirty.pdf'], -- cgit v1.3