Function datadriven::walk_exclusive
source ยท pub fn walk_exclusive<F, M>(dir: &str, f: F, exclusion_matcher: M)
Expand description
The same as walk
but accepts an additional matcher to exclude matching files from being
tested.
pub fn walk_exclusive<F, M>(dir: &str, f: F, exclusion_matcher: M)
The same as walk
but accepts an additional matcher to exclude matching files from being
tested.