Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mock http #110

Open
baixiaoshi opened this issue Oct 25, 2019 · 1 comment
Open

mock http #110

baixiaoshi opened this issue Oct 25, 2019 · 1 comment
Labels

Comments

@baixiaoshi
Copy link

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

@cweill
Copy link
Owner

cweill commented Nov 10, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants