just: default test recipe omits "final" tests

This commit is contained in:
bronsen 2026-02-20 21:26:34 +01:00
parent 00621a9859
commit dbc46d4e03

View file

@ -41,6 +41,9 @@ update-deps:
# Run tests, ARGS are passed-through to pytest # Run tests, ARGS are passed-through to pytest
test *ARGS: test *ARGS:
uv run pytest tests.py -m "not final" {{ ARGS }}
alltests *ARGS:
uv run pytest tests.py {{ ARGS }} uv run pytest tests.py {{ ARGS }}
# run tests and create coverage reports # run tests and create coverage reports