Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Unit Test in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://crates.io/crates/test-with
Tips and Traps
-
std::assert! and std::assert_eq! can be used to assert whether certain conditions are met. They are typically used for testing but they …
Useful Rust Crates for Testing
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
turmoil
turmoil is a simulation testing framework for distributed systems.
googletest-rust
googletest-rust brings the rich assertion types of Google's C++ testing library GoogleTest to Rust.
Unit Testing and Formal Verification in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Test vs Verification
Rust Design-for-Testability: a survey
Rust testing or verifying: Why not both?
KLEE Symbolic Execution Engine
Library-ification and analyzing Rust
References
Data for Testing
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
DataTable Generator
Faker
Faker is a Python package that generates fake data for you.
hypothesis
Hypothesis is a powerful, flexible, and easy to use library for property-based testing.