Hypothesis-like property-based testing and shrinking.
cargo add proptest
[dependencies]
proptest = "1.11.0"
| 官网 | https://proptest-rs.github.io/proptest/proptest/index.html |
|---|---|
| 仓库 | https://github.com/proptest-rs/proptest |
| 文档 | https://docs.rs/proptest/latest/proptest/ |
| 最新版本 | 1.11.0 |
| 分类 | development-tools::testing |