Crates.io | rstest_test |
lib.rs | rstest_test |
version | 0.13.0 |
source | src |
created_at | 2020-06-07 10:50:25.94105 |
updated_at | 2024-06-01 17:12:28.106055 |
description | Provides some utilities used by to write rstest crate's tests. |
homepage | https://github.com/la10736/rstest |
repository | https://github.com/la10736/rstest |
max_upload_size | |
id | 250946 |
size | 43,104 |
rstest
crateThis 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.
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.