macro_rules! test_group {
    ($mod_name: ident; $group: ty $(; $tail:tt)*) => { ... };
}