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 d907a52 commit 459364bCopy full SHA for 459364b
Makefile
@@ -64,7 +64,7 @@ tests:
64
# Run test coverage
65
coverage:
66
@printf "\n\nRUN TESTS: \n"
67
- @coverage run --source $(MODULE) -m py.test
+ @coverage run --source $(MODULE) -m pytest
68
@printf "\n\nCHECK COVERAGE: \n"
69
@coverage report --omit="*/tests*"
70
0 commit comments