We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5523f commit bf67d99Copy full SHA for bf67d99
Makefile
@@ -50,7 +50,7 @@ mypy: ## run mypy
50
uv run mypy src/kiara
51
52
test: ## run tests quickly with the default Python
53
- uv run py.test
+ uv run pytest tests
54
55
coverage: ## check code coverage quickly with the default Python
56
coverage run -m pytest tests
0 commit comments