run_pytest
Execute pytest tests with custom memory, CPU, timeout, and test filter options, producing normalized result summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| memory_mb | No | ||
| cpu_seconds | No | ||
| test_filter | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stderr | Yes | ||
| stdout | Yes | ||
| exit_code | Yes | ||
| timed_out | No |