Skip to content

Commit

Permalink
Fix pytest_test with v=0
Browse files Browse the repository at this point in the history
  • Loading branch information
deathowl committed Dec 31, 2020
1 parent 8128a4c commit 587c0dc
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 @@ -69,9 +69,9 @@ docs_clean:
unittest_tests: $(TESTS_SRCS)/*_unittest.py

.PHONY: pytest_tests
pytest_tests: export PYTHONPATH=${CURDIR}/pytest-testslide:${CURDIR}
pytest_tests: FORCE coverage_erase
@printf "${TERM_BRIGHT}PYTEST pytest_testslide${TERM_NONE}"
PYTHONPATH=${CURDIR}/pytest-testslide:${CURDIR} \
${Q} coverage run \
-m pytest \
pytest-testslide/tests
Expand Down

0 comments on commit 587c0dc

Please sign in to comment.