gograph_tests
Locate unit tests, benchmarks, and testing suites in Go test files. Use to assess test coverage or find specific verification flows before running tests.
Instructions
Find all unit tests, benchmark functions, and testing suites declared in Go test files. BEHAVIOR & SAFETY: This is a 100% local, read-only static analysis tool. It has no side effects, requires no authorization or credentials, has no rate limits, and performs zero destructive modifications. USAGE GUIDELINES: Call this tool to identify existing test coverage or locate specific verification flows before running tests. Do NOT use for production code symbols (use gograph_node instead). COMPLETENESS: Returns test functions, target packages, and their file definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | The symbol name to find tests for (optional) |