Skip to content

Commit

Permalink
Fix test commands in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Sep 14, 2023
1 parent 379106f commit 111aa7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ lint:

test: clean
@echo "$(OK_COLOR)==> Runnings tests ...$(NO_COLOR)"
@py.test -s -v --capture sys --cov jsonpath_ng --cov-report term-missing
@pytest -s -v --capture sys --cov jsonpath_ng --cov-report term-missing

coverage:
@coverage run --source jsonpath_ng -m py.test
@coverage run --source jsonpath_ng -m pytest
@coverage report

tag:
Expand Down

0 comments on commit 111aa7f

Please sign in to comment.