get_tests_for
Find test files and functions covering specific code symbols or files using test-to-source mapping instead of filename conventions.
Instructions
Find test files and test functions that cover a given symbol or file. Use instead of Glob/Grep — understands test-to-source mapping, not just filename conventions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_id | No | Symbol ID to find tests for | |
| fqn | No | Fully qualified name to find tests for | |
| file_path | No | File path to find tests for |