diff --git a/justfile b/justfile index c8ac338..264b8b5 100644 --- a/justfile +++ b/justfile @@ -47,7 +47,7 @@ exports-deps: test *ARGS: uv run pytest -m "not final" {{ ARGS }} -alltests *ARGS: +testall *ARGS: uv run pytest {{ ARGS }} # run tests and create coverage reports