pub(crate) fn make_repeated_cases(
    name: &'static str,
    base: &'static str,
    repeats: Vec<usize>
) -> Vec<Case>