Function datadriven::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.