We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d65c5 commit 01dfc17Copy full SHA for 01dfc17
1 file changed
Makefile
@@ -166,8 +166,9 @@ check-actionlint:
166
check:
167
pre-commit run --all-files
168
169
-# Run all unit tests. The --files option avoids stashing but passes files; however,
170
-# the hook setup itself does not pass files to pytest (see .pre-commit-config.yaml).
+# Run different kinds of tests: unit tests, integration tests, performance tests.
+# Note that the default goal 'test' runs the unit tests only, mainly for convenience
171
+# and compatibility with existing scripts.
172
.PHONY: test test-all test-unit test-integration test-performance
173
test: test-unit
174
test-unit:
0 commit comments