Run tests
run_testsExecute the project's test suite on your machine and parse pass/fail counts to assess build readiness.
Instructions
Run the project's test suite on this machine and parse pass/fail counts. This EXECUTES the project's own test command (for example npm test, which runs whatever that script defines), so only approve it for a project you trust to run. Your host asks before it runs. A green suite is the strongest grade-A reliability evidence the Obra CTO Score can use. Pass the result numbers to score_build_readiness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project root. Defaults to the current working directory. | |
| command | No | Override the test command (e.g. "pytest -q"). Defaults to the detected command. | |
| acknowledge_risk | No | Only relevant if the malware tripwire flagged this repo as dangerous. Running the test command would execute the flagged code. Set true ONLY after you have inspected the findings and are running in a throwaway sandbox with no keys or logins. |