Function ui_test::run_tests_generic
source · pub fn run_tests_generic(
config: Config,
file_filter: impl Fn(&Path) -> bool + Sync,
per_file_config: impl Fn(&Config, &Path) -> Option<Config> + Sync,
status_emitter: impl StatusEmitter + Send
) -> Result<()>Expand description
A version of run_tests that allows more fine-grained control over running tests.