We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f949235 commit ab7b52eCopy full SHA for ab7b52e
Makefile
@@ -26,7 +26,7 @@ collectstatic:
26
test: test-py
27
28
test-py coverage:
29
- ${PYTEST} ${PYTEST_INPUT} ${PYTEST_OPTIONS} ${PYTEST_COVERAGE_OPTIONS}
+ DJANGO_SETTINGS_MODULE=settings ${PYTEST} ${PYTEST_INPUT} ${PYTEST_OPTIONS} ${PYTEST_COVERAGE_OPTIONS}
30
31
open-coverage: coverage
32
${BROWSER} htmlcov/index.html
0 commit comments