fix stats by week

This commit is contained in:
Sam
2018-07-04 12:00:34 +02:00
parent 54375e0576
commit 88382d72d5
3 changed files with 6 additions and 4 deletions

View File

@ -67,7 +67,7 @@ test-e2e: init-db
$(NPM) test
test-python:
$(PYTEST) fittrackee_api --cov-config .coveragerc --cov=fittrackee_api --cov-report term-missing
$(PYTEST) fittrackee_api --cov-config .coveragerc --cov=fittrackee_api --cov-report term-missing $(PYTEST_ARGS)
test-python-xml:
$(PYTEST) fittrackee_api --cov-config .coveragerc --cov=fittrackee_api --cov-report xml