pub fn walk_exclusive<F, M>(dir: &str, f: F, exclusion_matcher: M)where F: FnMut(&mut TestFile), M: Fn(&TestFile) -> bool,
The same as walk but accepts an additional matcher to exclude matching files from being tested.
walk