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. Why We Need MoxIn a recent post, we talked about the age-old question: How can you…