Article category: testing
Here's everything I've learned since the start of 2021 about building backend services in Rust
Make your Rust code unit testable with dependency inversion
Use Traits to invert your Rust dependencies and keep your code loosely-coupled and testable.
End to end testing your Rust service
A lightweight, simple approach to end to end tests for your Rust service using cargo test.