Skip to content

Commit

Permalink
udpate makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Oct 28, 2023
1 parent 1213d65 commit 8ff02fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tests:
# Run test coverage
coverage:
@printf "\n\nRUN TESTS: \n"
@coverage run --source $(MODULE) -m py.test
@coverage run --source $(MODULE) -m pytest
@printf "\n\nCHECK COVERAGE: \n"
@coverage report --omit="*/tests*"

Expand Down

0 comments on commit 8ff02fe

Please sign in to comment.