Expand description
Shared test-path detection logic.
Single source of truth for deciding whether a file path belongs to a
test/fixture/benchmark directory. Used by graph.rs for test-entity
filtering.
Functionsยง
- is_
test_ path - Returns
trueif any path component (directory or file stem) matches built-in test heuristics. - is_
test_ path_ with_ custom_ dirs - Like
is_test_path, but also matches if any path component equals one of the caller-supplied custom directory names.