vektra / mockery

A mock code autogenerator for Go
https://vektra.github.io/mockery/
BSD 3-Clause "New" or "Revised" License
6.15k stars 412 forks source link

fix(generator): support nil returns when using interface typed params #835

Closed jfragosoperez closed 2 days ago

jfragosoperez commented 2 weeks ago

Description

Type of change

Version of Go used when building/testing:

How Has This Been Tested?

Checklist

LandonTClipp commented 1 week ago

Thank you for the PR, this is on my radar so I will give it a review once I find some spare time... hopefully very soon šŸ‘šŸ»

jfragosoperez commented 1 week ago

@LandonTClipp cool, I'll wait for your news, in case any changes were required, I'll apply them ASAP. Thanks

jfragosoperez commented 3 days ago

@LandonTClipp I rebased and squashed into a single commit, so you're able to merge (the workflow will need to run first though)