Skip to content

Commit 8f13c0e

Browse files
mrbazzanmatthiask
andauthored
Update Makefile
Co-authored-by: Matthias Kestenholz <[email protected]>
1 parent cabcfa1 commit 8f13c0e

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
@@ -18,7 +18,7 @@ test_selenium: ## Run frontend tests written with Selenium
1818
DJANGO_SELENIUM_TESTS=true DJANGO_SETTINGS_MODULE=tests.settings \
1919
python -m django test $${TEST_ARGS:-tests}
2020

21-
coverage: ## Enable coverage measurement during tests
21+
coverage: ## Run the test suite with coverage enabled
2222
python --version
2323
DJANGO_SETTINGS_MODULE=tests.settings \
2424
python -b -W always -m coverage run -m django test -v2 $${TEST_ARGS:-tests}

0 commit comments

Comments
 (0)