pub fn walk<F>(dir: &str, f: F)where F: FnMut(&mut TestFile),
Walk a directory for test files and run each one as a test.