You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
moq allows generating multiple interfaces from the same package, but not multiple interfaces from multiple packages. That would be great to have a single file mocks_test.go instead (at least) a file per package with interfaces we want to mock.
Having a single file makes it somewhat simpler, but I'm not sure how complex is to implement.
Opinions?
The text was updated successfully, but these errors were encountered:
Hi there,
moq
allows generating multiple interfaces from the same package, but not multiple interfaces from multiple packages. That would be great to have a single filemocks_test.go
instead (at least) a file per package with interfaces we want to mock.Having a single file makes it somewhat simpler, but I'm not sure how complex is to implement.
Opinions?
The text was updated successfully, but these errors were encountered: