-
Notifications
You must be signed in to change notification settings - Fork 28
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
Check gomock issues and PRs to apply them here #33
Comments
Speaking of this, would pegomock work well with vendor packages? I've got a few dependencies which I'd like to mock out, but in the past I've had trouble doing this with gomock. |
There is issue #44 to track vendor packages. In fact, I have just completed a first shot at this and will push it soon. I'd be happy to see if this solves your problems. |
It will be a bit before we can try out pegomock, but I prefer it just looking at it to gomock, which I've used in the past. I'm hoping in the next few weeks we can start using it (or any mocking framework) in a codebase I'm working on, but this would be a potential blocker (although I think we might be able to get away by re-defining some interfaces, and wrapping things in our code if needed). |
The problem with gomock is that it has been unmaintained for years. In any case, I just removed that blocker in pegomock. See #44 for more details. |
No description provided.
The text was updated successfully, but these errors were encountered: