You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-03 05:27:04 +02:00
Add links to the Rust advanced testing workshop (#2029)
Following up on https://github.com/google/googletest-rust/issues/376 --------- Co-authored-by: Martin Geisler <martin@geisler.net>
This commit is contained in:
@ -38,7 +38,12 @@ Error: See failure output above
|
||||
- The `use googletest::prelude::*;` line imports a number of
|
||||
[commonly used macros and types][prelude].
|
||||
|
||||
- This just scratches the surface, there are many builtin matchers.
|
||||
- This just scratches the surface, there are many builtin matchers. Consider
|
||||
going through the first chapter of
|
||||
["Advanced testing for Rust applications"](https://github.com/mainmatter/rust-advanced-testing-workshop),
|
||||
a self-guided Rust course: it provides a guided introduction to the library,
|
||||
with exercises to help you get comfortable with `googletest` macros, its
|
||||
matchers and its overall philosophy.
|
||||
|
||||
- A particularly nice feature is that mismatches in multi-line strings are shown
|
||||
as a diff:
|
||||
|
Reference in New Issue
Block a user