macro_rules! rate_limited_test {
(fn $name:ident() $body:block) => { ... };
}Expand description
Macro to mark tests that should be run individually to avoid rate limiting
macro_rules! rate_limited_test {
(fn $name:ident() $body:block) => { ... };
}Macro to mark tests that should be run individually to avoid rate limiting