We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06079ca commit 5f73784Copy full SHA for 5f73784
2 files changed
.github/workflows/benchmark-tests.yml
Makefile
@@ -5,7 +5,7 @@
5
6
.DEFAULT_GOAL := help
7
8
-TEST ?= tests/
+TEST ?=
9
ARGS ?=
10
WORKERS ?= auto
11
# pytest-xdist --dist strategy for $(PYTEST) -n $(WORKERS) --dist $(DIST) $(ARGS) $(TEST).
@@ -80,7 +80,7 @@ help:
80
' make test-watch [TEST=path]' \
81
'' \
82
'Tests:' \
83
- ' test Run non-live pytest with pytest-xdist' \
+ ' test Run pytest.ini testpaths with pytest-xdist' \
84
' test-parallel Alias for test' \
85
' test-serial Run pytest without xdist or env filtering' \
86
' test-benchmark Run benchmark tooling tests' \
0 commit comments