Tweak python test task
This commit is contained in:
+2
-2
@@ -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')]
|
||||
|
||||
Reference in New Issue
Block a user