Skip to main content

walk_exclusive

Function walk_exclusive 

Source
pub fn walk_exclusive<F, M>(dir: &str, f: F, exclusion_matcher: M)
where F: FnMut(&mut TestFile), M: Fn(&TestFile) -> bool,
Expand description

The same as walk but accepts an additional matcher to exclude matching files from being tested.