gojuno / minimock

Powerful mock generation tool for Go programming language
MIT License
574 stars 38 forks source link

Updated readme with linters and Optional method + removed FailNow from MinimockFinish + fixed tests #107

Closed zcolleen closed 1 month ago

zcolleen commented 1 month ago
hexdigest commented 1 month ago

@zcolleen let's remove the FailNow method from the Tester interface definition if we don't call it anymore as @genesor mentioned above

zcolleen commented 1 month ago

removed FailNow from interface