From 02da71793286291ead0a9658403280691f2c7599 Mon Sep 17 00:00:00 2001 From: Ben Shiller Date: Sun, 23 Aug 2026 22:54:04 -0500 Subject: [PATCH] Tweak python test task --- python.just | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python.just b/python.just index aa27f40..34c9e30 100644 --- a/python.just +++ b/python.just @@ -89,8 +89,8 @@ typecheck: # Run all tests. [group('python')] -test args="": - uv run pytest tests {{ args }} +test args="tests": + uv run pytest {{ args }} # Run tests and produce code coverage. [group('python')]