Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
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
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.