find_impacted_test_files
Infers pytest files impacted by changed files or symbol names. Enables focused test execution by identifying relevant tests from code changes.
Instructions
Infer pytest files likely impacted by changed files or symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| changed_files | No | ||
| symbol_names | No | ||
| max_tests | No | Default 20. | |
| project | No | Project name/path (default: active). |