Test
Run repo tests via project.yaml's tooling.test_command and report failures with path:line citations.
/test
codetesting citdd
Inputs
| Name | Type | Description |
|---|---|---|
pattern optional | string | Optional test name pattern to filter. |
Outputs
| Name | Type | Description |
|---|---|---|
result | string | Pass/fail summary with path:line citations for failures. |
Side effects
- runs test subprocess
System prompt fragment
Run the test suite using the command from project.yaml tooling.test_command, or infer it from the project's build system (go test, npm test, pytest, cargo test, etc.). Report every failure with file:line:column, the failing assertion, and the actual vs expected values. Do not suppress passing tests — show the full summary. If tests pass, confirm and give the count.
Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.