litmus
a macro-free BDD test harness. inspired by cucumber and rspec.
Major design criteria
- works with cargo-test and cargo-nextest
- offers Gherkin ergonomics
- is fast
Examples
cargo test --example main -p litmus
cargo nextest run --example main -p litmus