run_impacted_tests
Run pytest on files affected by your current code changes to shorten feedback loops and concentrate on relevant tests.
Instructions
Run pytest on files impacted by the current worktree changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compact | No | ||
| project | No | Project name/path (default: active). | |
| max_tests | No | ||
| timeout_sec | No | ||
| symbol_names | No | ||
| changed_files | No | ||
| include_output | No | ||
| max_output_chars | No |