We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df491da commit 27f730aCopy full SHA for 27f730a
1 file changed
justfile
@@ -4,5 +4,5 @@ test +FLAGS='':
4
5
coverage:
6
coverage erase
7
- coverage run -m tests/manage.py test tests/
+ coverage run tests/manage.py test tests/
8
coverage report
0 commit comments