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