Expand description
Test file detection using path heuristics.
Identifies test files based on directory and filename patterns. Supports Rust, Python, Go, Java, TypeScript, and JavaScript. Note: Fortran has no test-file naming conventions and is not covered by these heuristics.
Functionsยง
- is_
test_ file - Detect if a file path represents a test file based on path-based heuristics.