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 c747659 commit 3621de4Copy full SHA for 3621de4
Makefile
@@ -26,7 +26,7 @@ collectstatic:
26
test: test-py
27
28
test-py coverage:
29
- ${PYTEST} ${PYTEST_OPTIONS} ${PYTEST_COVERAGE_OPTIONS} ${PYTEST_INPUT}
+ DJANGO_SETTINGS_MODULE=settings ${PYTEST} ${PYTEST_OPTIONS} ${PYTEST_COVERAGE_OPTIONS} ${PYTEST_INPUT}
30
31
open-coverage: coverage
32
${BROWSER} htmlcov/index.html
0 commit comments