testing

Rust HTTP Testing with Mockito

03.02.2020 - 17m read - Rust http testing mockito

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


Simplistic Mocking in Go

18.02.2017 - 9m read - go golang testing mock

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