From ed438ed2c8044a7d58037662c85f1836586e91d9 Mon Sep 17 00:00:00 2001 From: bronsen Date: Thu, 21 May 2026 23:27:18 +0200 Subject: [PATCH] just: rename recipe for a weeee bit more tabcompletion convenience --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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