Cover searx.utils

This commit is contained in:
Gabor Nagy
2014-07-12 15:46:55 +02:00
parent e4419a065f
commit 8810273010
3 changed files with 92 additions and 3 deletions

20
.coveragerc Normal file
View File

@@ -0,0 +1,20 @@
[run]
branch = True
source =
searx/engines
searx/__init__.py
searx/autocomplete.py
searx/https_rewrite.py
searx/languages.py
searx/search.py
searx/testing.py
searx/utils.py
searx/webapp.py
[report]
show_missing = True
exclude_lines =
if __name__ == .__main__.:
[html]
directory = coverage