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
Since most of the time when we write cases we are writing mock data, I want to know if there are plans to integrate mock tools under gotests, such as gomonkey, convey, etc. When we use gotests to generate cases, we also generate mock sample code together. I am also doing secondary development based on your gotests tool to achieve this function.
The text was updated successfully, but these errors were encountered:
When you have a PR that adds similar functionality, let me know. I'll be happy to have a look. Feel free to add more details here if you have suggestions. Currently there are no plans to add mock support as the use of mocks heavily depends on whether the code author prefers mocks or fakes/dependency-injection.
Since most of the time when we write cases we are writing mock data, I want to know if there are plans to integrate mock tools under gotests, such as gomonkey, convey, etc. When we use gotests to generate cases, we also generate mock sample code together. I am also doing secondary development based on your gotests tool to achieve this function.
The text was updated successfully, but these errors were encountered: