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