just: allow passing args to pytest
This commit is contained in:
parent
d6bcb90431
commit
de0cd8034a
1 changed files with 2 additions and 2 deletions
4
justfile
4
justfile
|
|
@ -21,8 +21,8 @@ exports-deps:
|
||||||
uv export {{ uv_export_options }} --output-file requirements.txt
|
uv export {{ uv_export_options }} --output-file requirements.txt
|
||||||
uv export {{ uv_export_options }} --only-dev --output-file requirements.dev.txt
|
uv export {{ uv_export_options }} --only-dev --output-file requirements.dev.txt
|
||||||
|
|
||||||
test:
|
test *ARGS:
|
||||||
uv run pytest tests.py
|
uv run pytest tests.py {{ ARGS }}
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
uv run pytest tests.py --cov=src/ --cov-report term --cov-report xml --cov-report html --cov-config pyproject.toml
|
uv run pytest tests.py --cov=src/ --cov-report term --cov-report xml --cov-report html --cov-config pyproject.toml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue