macro_rules! test_async {
($name:ident, $test_fn:expr) => { ... };
}Expand description
Macro to create individual async test functions (for when you add async support) Note: Hooks are only executed when using the main test runner, not individual macros