January 29, 2020
Introduction to Rust Testing!
Testing software is something I consider to be so IMPORTANT.
Rust software is NO exception and the Rust testing, data generation and const asserts article by Ben McDonald is helping me learn more about TESTING Rust code.
This intro to testing Rust software covers IMPORTANT matters like unit tests, integration tests, data generation, assertions, doc tests, useful cargo commands, where to find reputable example tests, and more!
I must STUDY this knowledge more so that I may become a better tester of Rust code.