Expand description
Graph-native test discovery — find #[test] functions in the code graph.
EX-3180 Phase 1: Queries CodeNodes for RustTest kind, grouped by crate.
Structs§
- Discovery
Summary - Summary of discovered tests for display.
Functions§
- discover_
tests - Discover all test functions in a set of CodeNode batches.
- discover_
tests_ for_ function - Discover tests that reference a specific function name.
- discover_
tests_ in_ crate - Discover tests in a specific crate.
- discovery_
summary - Generate a summary of discovered tests.