gotests icon indicating copy to clipboard operation
gotests copied to clipboard

mock http

Open baixiaoshi opened this issue 6 years ago • 1 comments

i want to mock http , should i import third-part package? example gomock

baixiaoshi avatar Oct 25 '19 07:10 baixiaoshi

Once gotests generates a test for you, you can import whatever packages you want in that test file. So you can import gomock if your test body requires mocking. Does that answer your question?

cweill avatar Nov 10 '19 18:11 cweill