pub const DEFAULT_TEST_PATHS: &[&str];Expand description
Conventional paths that contain test code.
The patterns are applied only to source files the scan already selected, so
the .* suffixes cover the Rust, C, and C++ extensions without classifying
files from another language. They are configuration defaults rather than a
hidden rule: callers can replace them or set the configured list to empty.