rstest_test

Crates.iorstest_test
lib.rsrstest_test
version0.13.0
sourcesrc
created_at2020-06-07 10:50:25.94105
updated_at2024-06-01 17:12:28.106055
descriptionProvides some utilities used by to write rstest crate's tests.
homepagehttps://github.com/la10736/rstest
repositoryhttps://github.com/la10736/rstest
max_upload_size
id250946
size43,104
Michele d'Amico (la10736)

documentation

README

Crate Status Apache 2.0 Licensed MIT Licensed

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

Commit count: 865

cargo fmt