We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make test
1 parent 78147b3 commit 5683cb7Copy full SHA for 5683cb7
1 file changed
Makefile
@@ -174,7 +174,7 @@ check: .venv/checked-on
174
# Run all unit tests. The --files option avoids stashing but passes files; however,
175
# the hook setup itself does not pass files to pytest (see .pre-commit-config.yaml).
176
.PHONY: test
177
-test: check .venv/tested-on
+test: .venv/tested-on
178
.venv/tested-on: $(PACKAGE_DEPS) $(PACKAGE_DEPS_TEST)
179
pre-commit run pytest --hook-stage push --files tests/
180
echo "Automatically generated by Python Package Makefile on $$(date '+%Y-%m-%d %H:%M:%S %z')." > .venv/tested-on
0 commit comments