We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a5380 commit 4f214f1Copy full SHA for 4f214f1
Makefile
@@ -18,7 +18,7 @@ fmt:
18
uvx ruff format --config ruff.toml
19
20
test:
21
- uv run pytest --capture=tee-sys --junitxml=pytest.xml
+ uv run pytest --junitxml=pytest.xml
22
23
test-coverage:
24
uv run pytest --cov=. --cov-report=xml
0 commit comments