pub fn test_directory_module( out: &mut Testsuite, path: impl AsRef<Path>, processor: impl Fn(&mut Testsuite, PathBuf) -> Option<Test>, ) -> Result<usize>