maxbrunsfeld / counterfeiter

A tool for generating self-contained, type-safe test doubles in go
MIT License
931 stars 90 forks source link

#262: Adding "test" mode for the Fakes to get generated intot he same package #263

Open ikolomiyets opened 9 months ago

ikolomiyets commented 9 months ago

This PR is related to the issue #262. The idea here is that a new argument '-t' is getting introduced which is mutually exclusive with '-p' and '-o' as it is generates fake implementation to the same package into the _test.go package.