Browse Source

[fix] pep8

Adam Tauber 9 years ago
parent
commit
45b5073f3e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      searx/testing.py

+ 1
- 1
searx/testing.py View File

83
                     '--stop-on-error',
83
                     '--stop-on-error',
84
                     '--path',
84
                     '--path',
85
                     base_dir],
85
                     base_dir],
86
-                    found_suites=[test_suite()])
86
+                   found_suites=[test_suite()])
87
         r.run()
87
         r.run()
88
         sys.exit(int(r.failed))
88
         sys.exit(int(r.failed))