Run Implementation Tests
cleanroom_impl_run_testsRun tests for a clean-room reimplementation: executes the test command in the implementation directory and returns results, with optional filtering for a specific spec.
Instructions
Run the test suite for the reimplementation. Executes the test command in the implementation directory and returns results. Optionally filter to tests for a specific spec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec_name | No | Run tests for a specific spec. If omitted, runs all tests. | |
| test_command | No | Custom test command to run. Defaults to 'npm test' in the implementation directory. |