gograph_fixtures
Locate and audit external data files, JSON payloads, and database seeds referenced in test suites for a given Go package.
Instructions
Locate and audit external data files, JSON payloads, or database seeds used inside test suites. 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 trace test dependencies or catalog test datasets. Do NOT use for active test functions (use gograph_tests instead). COMPLETENESS: Returns a structured checklist of all referenced testing datasets and their file paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | The package path or name (e.g., 'internal/auth') |