macro_rules! test_module {
($name:ident, $($test_name:ident => $test_fn:expr),* $(,)?) => { ... };
}Expand description
Helper macro for creating test modules
macro_rules! test_module {
($name:ident, $($test_name:ident => $test_fn:expr),* $(,)?) => { ... };
}Helper macro for creating test modules