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
I have a package with a private interface and types
My configuration is set to generate the mocks on a different package name
Mockery will generate the mock for the private interface and reference a private type, which is invalid
Expected behavior
Either:
Configurable option to ignore private interfaces / types
Mockery detects mocks are generated on a different package and ignores private interfaces / types