Expand description
Procedural macros for the test-casing crate.
- The
test_casingmacro from this crate flattens parameterized tests into a set of test cases. - The
decoratemacro wraps a tested function to add retries, timeouts etc.
See the test-casing crate docs for macro documentation and examples of usage.