Module test

Source
Expand description

Small utility library for writing Rust tests.

Attribute Macros§

args
This is an attribute complementing Rust’s standard #[test] attribute for test parametrization.
test_args
Same as args but applying standard Rust #[test] attribute automatically