find_tests_for_change
Analyzes a file path to identify the test files needed to validate changes, ensuring focused test execution.
Instructions
Analyze a file path and identify the test files that should be run to validate changes to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum test recommendations to return. Defaults to 20. | |
| path | Yes | The repository-relative path of the file being changed. |