find_tests_for
Find all tests that mention a given symbol, searching standard test directories. Use to quickly see which tests are affected by a code change.
Instructions
List the tests that mention a symbol, searched under conventional test paths (tests/, spec/, tests/, _test., .spec., *Test.cs, *Tests.cs); test_path_pattern replaces them for another layout. Use it when the tests are all you want, before or after a change; describe_symbol returns the same tests bundled with the definition and the callers, and impact returns them for a whole blast radius.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results. | |
| source | No | Source name. Omit when only one source applies. | |
| symbol | Yes | Identifier to find tests for. | |
| test_path_pattern | No | Regex for test file paths, replacing the defaults. |