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
6
Makefile
6
Makefile
|
|
@ -29,9 +29,9 @@ flake8: .installed.cfg
|
|||
@bin/flake8 ./searx/
|
||||
|
||||
coverage: .installed.cfg
|
||||
@bin/coverage run --source=./searx/ --branch bin/test
|
||||
@bin/coverage report --show-missing
|
||||
@bin/coverage html --directory ./coverage
|
||||
@bin/coverage run bin/test
|
||||
@bin/coverage report
|
||||
@bin/coverage html
|
||||
|
||||
production: bin/buildout production.cfg setup.py
|
||||
bin/buildout -c production.cfg $(options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue