How to
This section contains a set of recommendations to solve various testing problems using a combination of test-r
and other third party crates.
- Tracing shows how to set up Tokio tracing for tests.
- Property based testing demonstrates how to use proptest framework with
test-r
. - Golden tests are a way to compare the output of a test with a reference file.
- GitHub Actions with JUnit explains how to run tests on GitHub Actions and show the results using the JUnit output format.