Skip to main content

Module test_discovery

Module test_discovery 

Source
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§

DiscoverySummary
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.