Tweak python test task
This commit is contained in:
+2
-2
@@ -89,8 +89,8 @@ typecheck:
|
|||||||
|
|
||||||
# Run all tests.
|
# Run all tests.
|
||||||
[group('python')]
|
[group('python')]
|
||||||
test args="":
|
test args="tests":
|
||||||
uv run pytest tests {{ args }}
|
uv run pytest {{ args }}
|
||||||
|
|
||||||
# Run tests and produce code coverage.
|
# Run tests and produce code coverage.
|
||||||
[group('python')]
|
[group('python')]
|
||||||
|
|||||||
Reference in New Issue
Block a user