default: test

run *args:
    uv run routinely {{args}}

test *args:
    uv run pytest {{args}}
