complex_test_helper
Extending Rust's testing capabilities by providing several macros for testing complex workflows.
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
Example
Hint: Run this yourself by running cargo test --example test
use complex_test;
Output:
running 1 test
Setup...
Content...
Teardown...
test tests::test_fn ... ok