In this post, I’ll show how to implement end-to-end testing in a Rust web application.
In this post we'll be taking a look at the mockito rust library for mocking HTTP requests in order to write integration tests for a web-service
After having written many tests with several bloated mocking frameworks in different languages, this is an attempt at a very simplistic utility for mocking in Go