We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f2217 commit 7fe43b0Copy full SHA for 7fe43b0
1 file changed
Makefile
@@ -52,6 +52,7 @@ lint: ## check style with ruff
52
cython-lint selectolax/
53
mypy selectolax tests
54
55
+.PHONY: test
56
test: ## run tests quickly with the default Python
57
pytest tests -s -v
58
0 commit comments