mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Cover searx.utils
This commit is contained in:
parent
e4419a065f
commit
8810273010
3 changed files with 92 additions and 3 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue