diff --git a/justfile b/justfile index dfb4b53..8d27444 100644 --- a/justfile +++ b/justfile @@ -34,5 +34,5 @@ @ruff: ruff check . --fix -@test: - pytest +@test *args="": + pytest {{args}}