pub fn is_test_path(path: &Path) -> boolExpand description
Check if a file path is a dedicated test file for its language.
Returns false for unknown file types or languages that use inline tests.
Matches against the languageās test_file_globs() patterns.