Part II: Using Mockery to generate Mocks for Testing in Golang
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.
READ NOW