Add mockery to Mock section

This commit is contained in:
Vikash Verma 2016-10-24 12:52:06 +05:30 committed by GitHub
parent 037bd32b15
commit 19efc57e2f

View File

@ -891,6 +891,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [gock](https://github.com/h2non/gock) - Versatile HTTP mocking made easy.
* [gomock](https://github.com/golang/mock) - Mocking framework for the Go programming language.
* [govcr](https://github.com/seborama/govcr) - HTTP mock for Golang: record and replay HTTP interactions for offline testing
* [mockery](https://github.com/vektra/mockery) - Tool for generating mock
* [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter
* Fuzzing and delta-debugging/reducing/shrinking