Description
Go test suites can get generated mocks from a prebuilt mockery binary. Developers choose this package when they want the mock generator without compiling it locally.
Generated code still needs review and regeneration when interfaces change. Binary packaging only changes installation, not the testing responsibilities.