macro_rules! run_inventory_tests {
    ($predicate:expr) => { ... };
    () => { ... };
}