#test-framework #testing-utilities #write #string #test #rstest

rstest_test

Provides some utilities used by to write rstest crate's tests

10 breaking releases

0.11.0 Mar 19, 2023
0.9.0 Nov 27, 2022
0.8.0 Jun 19, 2022
0.5.0 Oct 23, 2021
0.2.0 Jun 21, 2020

#607 in Testing

Download history 15/week @ 2023-12-15 14/week @ 2023-12-22 3/week @ 2023-12-29 5/week @ 2024-01-05 5/week @ 2024-02-09 20/week @ 2024-02-16 41/week @ 2024-02-23 141/week @ 2024-03-01 55/week @ 2024-03-08 50/week @ 2024-03-15 22/week @ 2024-03-22

273 downloads per month
Used in 3 crates

MIT/Apache

21KB
584 lines

Crate Status Apache 2.0 Licensed MIT Licensed

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

Dependencies

~5MB
~91K SLoC