You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-29 12:01:32 +02:00
Add a file which references some useful crates to use for writing tests (#617)
* Add a slide referencing recommended testing crates --------- Co-authored-by: Martin Geisler <martin@geisler.net>
This commit is contained in:
src
9
src/testing/useful-crates.md
Normal file
9
src/testing/useful-crates.md
Normal file
@ -0,0 +1,9 @@
|
||||
## Useful crates for writing tests
|
||||
|
||||
Rust comes with only basic support for writing tests.
|
||||
|
||||
Here are some additional crates which we recommend for writing tests:
|
||||
|
||||
* [googletest](https://docs.rs/googletest): Comprehensive test assertion library in the tradition of GoogleTest for C++.
|
||||
* [proptest](https://docs.rs/proptest): Property-based testing for Rust.
|
||||
* [rstest](https://docs.rs/rstest): Support for fixtures and parameterised tests.
|
Reference in New Issue
Block a user