Crate test_casing_macro

source ·
Expand description

Procedural macros for the test-casing crate.

  • The test_casing macro from this crate flattens parameterized tests into a set of test cases.
  • The decorate macro wraps a tested function to add retries, timeouts etc.

See the test-casing crate docs for macro documentation and examples of usage.

Attribute Macros§