8 releases (breaking)
0.8.0 | Jun 19, 2022 |
---|---|
0.7.0 | Jun 19, 2022 |
0.6.0 | May 15, 2022 |
0.5.0 | Oct 23, 2021 |
0.1.0 | Jun 7, 2020 |
#218 in Testing
401 downloads per month
Used in 3 crates
17KB
462 lines
Helper crate for testing rstest
crate
This crate proivides a little framework for wrinting end to end test. You can crete 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 pourpuse 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
~3MB
~77K SLoC