run_single_test
Run a single test case by specifying path and test ID, with optional framework, memory, CPU, and timeout settings, to get normalized results and coverage summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| test_id | Yes | ||
| framework | No | pytest | |
| memory_mb | No | ||
| cpu_seconds | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stderr | Yes | ||
| stdout | Yes | ||
| exit_code | Yes | ||
| timed_out | No |