Rust fixture based test framework. It use procedural macro to implement fixtures and table based tests.
cargo add rstest
[dependencies]
rstest = "0.26.1"
| 官网 | https://github.com/la10736/rstest |
|---|---|
| 仓库 | https://github.com/la10736/rstest |
| 最新版本 | 0.26.1 |
| 分类 | development-tools::testing |