commit | 8e37ba9ee0796195df4f9248989d57c661319bf1 | [log] [tgz] |
---|---|---|
author | Chris Liechti <cliechti@gmx.net> | Wed Feb 03 01:22:22 2016 +0100 |
committer | Chris Liechti <cliechti@gmx.net> | Wed Feb 03 01:22:22 2016 +0100 |
tree | d61df5a22ce770768be4aafec30f9f6c74807e99 | |
parent | cb6ce1b7e474131c881e1ed73e9126f651d4a9ea [diff] [blame] |
style: some of the suggestions from flake8
diff --git a/test/run_all_tests.py b/test/run_all_tests.py index 39114af..6836d59 100644 --- a/test/run_all_tests.py +++ b/test/run_all_tests.py
@@ -44,7 +44,7 @@ verbosity = 1 if '-v' in sys.argv[1:]: verbosity = 2 - print('-'*78) + print('-' * 78) # run the collected tests testRunner = unittest.TextTestRunner(verbosity=verbosity)