Add some white lines to make the code more compliant
This commit is contained in:
parent
9fa76c4c20
commit
0239ab3b6a
9 changed files with 21 additions and 0 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue