Expand description
The unit colocated-test check.
Enums§
- Language
- A language whose colocated unit-test convention can be checked.
Functions§
- missing_
inline_ tests - Every Rust source file under
rootthat defines testable behavior — a function with a body, outside any#[cfg(test)]module — but carries no inline#[cfg(test)]module, sorted.exemptholds the rule’sroot-relative paths resolved from config. - missing_
unit_ tests - Every source file under
root(forlanguage) with no colocated unit test, sorted.exemptholds the rule’sroot-relative paths resolved from config (crate::config::resolve_exempt).