Skip to content

Commit ab7b52e

Browse files
committed
Hardcore settins for testing
1 parent f949235 commit ab7b52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ collectstatic:
2626
test: test-py
2727

2828
test-py coverage:
29-
${PYTEST} ${PYTEST_INPUT} ${PYTEST_OPTIONS} ${PYTEST_COVERAGE_OPTIONS}
29+
DJANGO_SETTINGS_MODULE=settings ${PYTEST} ${PYTEST_INPUT} ${PYTEST_OPTIONS} ${PYTEST_COVERAGE_OPTIONS}
3030

3131
open-coverage: coverage
3232
${BROWSER} htmlcov/index.html

0 commit comments

Comments
 (0)