rstest
crateThis 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.
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.