mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
Cover searx.utils
This commit is contained in:
20
.coveragerc
Normal file
20
.coveragerc
Normal 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
|
||||
Reference in New Issue
Block a user