pub fn run_tests_generic(
    config: Config,
    file_filter: impl Fn(&Path) -> bool + Sync
) -> Result<()>