Function datadriven::walk

source ·
pub fn walk<F>(dir: &str, f: F)
where F: FnMut(&mut TestFile),
Expand description

Walk a directory for test files and run each one as a test.