->
Lives on crates.io as the testanything
crate.
This Rust library provides facilities for the generating and emitting results in the Test Anything Protocol. Please feel free to see testanything.org for more information.
Please see the examples in the examples
folder.
Simple:
``` 1..2 ok 1 Panda Bamboo not ok 2 Curry Noodle
```
alloc
only (#[no_std]
)To use this crate with alloc in #[no_std]
, use:
testanything = { version = "*", default-features = false, features = ["alloc"] }
shell
cargo test