Skip to content

Commit 459364b

Browse files
committed
udpate makefile
1 parent d907a52 commit 459364b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tests:
6464
# Run test coverage
6565
coverage:
6666
@printf "\n\nRUN TESTS: \n"
67-
@coverage run --source $(MODULE) -m py.test
67+
@coverage run --source $(MODULE) -m pytest
6868
@printf "\n\nCHECK COVERAGE: \n"
6969
@coverage report --omit="*/tests*"
7070

0 commit comments

Comments
 (0)