just: default test recipe omits "final" tests
This commit is contained in:
parent
00621a9859
commit
dbc46d4e03
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -41,6 +41,9 @@ update-deps:
|
|||
|
||||
# Run tests, ARGS are passed-through to pytest
|
||||
test *ARGS:
|
||||
uv run pytest tests.py -m "not final" {{ ARGS }}
|
||||
|
||||
alltests *ARGS:
|
||||
uv run pytest tests.py {{ ARGS }}
|
||||
|
||||
# run tests and create coverage reports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue