pub fn batch_fuzzy_filter(query: &str, test_names: &[String]) -> Vec<String>
Non-interactive batch fuzzy filter: returns matching test names.