diff --git a/justfile b/justfile index 9d93c45..5a555f6 100644 --- a/justfile +++ b/justfile @@ -37,7 +37,7 @@ update-deps: uv lock --upgrade uv sync -# Run tests, args are passed-through to pytest +# Run tests, ARGS are passed-through to pytest test *ARGS: uv run pytest tests.py {{ ARGS }}