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 bcf1f85 commit 6a60b2eCopy full SHA for 6a60b2e
1 file changed
Makefile
@@ -95,12 +95,12 @@ sdist:
95
.PHONY: test
96
test:
97
python3 -c "import pytest" > /dev/null 2>&1 || python3 -m pip install pytest
98
- python3 -m pytest -qq Tests/
+ python3 -m pytest -qq
99
100
.PHONY: test-p
101
test-p:
102
python3 -c "import xdist" > /dev/null 2>&1 || python3 -m pip install pytest-xdist
103
- python3 -m pytest -qq -n auto Tests/
+ python3 -m pytest -qq -n auto
104
105
106
.PHONY: valgrind
0 commit comments