Go Mocks and Stubs Made Easy
Testing network stuff like APIs and database calls can be a real pain:
I find myself burning way too much time just making mock data, instead of actually doing the tests or assertions.
When you make fake mocks, you might end up using wrong guesses ...
keploy-blog.hashnode.dev6 min read