Function deny_new_nondescriptive_test_names

Source
fn deny_new_nondescriptive_test_names(
    bad: &mut bool,
    path: &Path,
    remaining_issue_names: &mut BTreeSet<&str>,
    file_path: &Path,
    testname: &str,
    ext: &str,
)