12 breaking releases
0.13.0 | Jun 1, 2024 |
---|---|
0.11.0 | Mar 19, 2023 |
0.9.0 | Nov 27, 2022 |
0.8.0 | Jun 19, 2022 |
0.2.0 | Jun 21, 2020 |
#669 in Testing
196 downloads per month
22KB
593 lines
Helper crate for testing rstest
crate
This crate provides a little framework for writing end-to-end test. You can create rust
project, add workspace modules and code file. Run build
and test
actions and write
assertions based on passed and failed tests.
Moreover give some utilities on assertions, strings manipulations and test name.
This crate isn't designed for general purpose use but just as rstest
develop helper crate.
License
Licensed under either of
-
Apache License, Version 2.0, (LICENSE-APACHE or license-apache-link)
-
MIT license LICENSE-MIT or license-MIT-link at your option.
Dependencies
~3.5–4.5MB
~79K SLoC