Login
From:
Angle of Attack
(Uncensored)
subscribe
Part II: Using Mockery to generate Mocks for Testing in Golang
https://flightaware.engineering/part-ii-using-mockery-to-generate-mocks-for-testing-in-golang/
links
backlinks
Roast topics
Find topics
Find it!
In Part I, we talked about mocking some of our functionality using pgxmock. This version of the article replaces the manual mocking approach with mockery, a tool that automates the generation of mocks.