diff --git a/justfile b/justfile index 30f124e..62b8bd8 100644 --- a/justfile +++ b/justfile @@ -18,8 +18,8 @@ @ruff-format: uv run ruff format camel_converter tests -@test: - -uv run pytest -x +@test *args="": + -uv run pytest {{args}} @install: uv sync --frozen --all-extras