Tweak python test task

This commit is contained in:
2026-08-23 22:54:04 -05:00
parent 926293c316
commit 02da717932
+2 -2
View File
@@ -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')]