diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-02-27 19:07:53 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-02-27 19:07:53 +0100 |
commit | 45b5073f3e10cad68ddda6a1a83d3273a3d734fc (patch) | |
tree | c23a588f76e9a079b00fdc89f8ea52f031c58dff /searx | |
parent | 472a40902274772bbec66d93191b12d02131f1b7 (diff) | |
download | searxng-45b5073f3e10cad68ddda6a1a83d3273a3d734fc.tar.gz searxng-45b5073f3e10cad68ddda6a1a83d3273a3d734fc.zip |
[fix] pep8
Diffstat (limited to 'searx')
-rw-r--r-- | searx/testing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/testing.py b/searx/testing.py index cac3477e4..312e9f295 100644 --- a/searx/testing.py +++ b/searx/testing.py @@ -83,6 +83,6 @@ if __name__ == '__main__': '--stop-on-error', '--path', base_dir], - found_suites=[test_suite()]) + found_suites=[test_suite()]) r.run() sys.exit(int(r.failed)) |