Mocking HTTP Requests in Golang
Let's take a look at how we can use interfaces to build a shared mock HTTP client that we can use across the test suite of our Golang app.…
Let's take a look at how we can use interfaces to build a shared mock HTTP client that we can use across the test suite of our Golang app.…
Building an api client mock and learning to love mocks-as-nouns This post was originally published on the Flatiron Labs blog, The Flatiron School Technology Team's blog. Check out more awesome Flatiron Labs posts here [https://medium.com/flatiron-labs]. Why We Need Mox In a recent post [https://medium.…