petergtz / pegomock

Pegomock is a powerful, yet simple mocking framework for the Go programming language
Apache License 2.0
254 stars 28 forks source link

Introduce a mechanism to generate mocks automatically during test run #4

Open petergtz opened 8 years ago

petergtz commented 8 years ago

From @petergtz on January 2, 2016 8:8

This could be done similarly to the current test setup of pegomock itself, by letting ginkgo trigger the mockgen.

Copied from original issue: petergtz/pegomock.orig#4