Move to juno test runner

This commit is contained in:
Gergely Polonkai
2015-10-20 09:53:17 +02:00
parent 8a3c6a7851
commit 556f6086bd
4 changed files with 16 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
APPENDCOV = $(shell test -s test_rerun.txt && echo "-a")
test:
coverage run $(APPENDCOV) \
--source "duckbook,booking,api,accounts" \
manage.py test `cat test_rerun.txt`
coverage html
coverage report