Candy: add test coverage
This commit is contained in:
parent
5ee4cb6041
commit
2a02a839b7
4
Makefile
4
Makefile
|
@ -1,3 +1,5 @@
|
|||
coverage_opt=--cov --cov-report=term-missing:skip-covered --durations=10
|
||||
|
||||
clean:
|
||||
pipenv --rm
|
||||
|
||||
|
@ -20,7 +22,7 @@ watch_db:
|
|||
|
||||
|
||||
test:
|
||||
pipenv run pytest $(opt) utests
|
||||
pipenv run pytest $(coverage_opt) $(opt) utests
|
||||
|
||||
functionnal_tests:
|
||||
pipenv run python -m pytest functionnal_test.py
|
||||
|
|
Loading…
Reference in New Issue