mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add counterfeiter to Testing/Mock section
This commit is contained in:
parent
0f1687869a
commit
6441bc8e44
@ -344,6 +344,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
* [Testify](https://github.com/stretchr/testify) - A sacred extension to the standard go testing package.
|
* [Testify](https://github.com/stretchr/testify) - A sacred extension to the standard go testing package.
|
||||||
|
|
||||||
* Mock
|
* Mock
|
||||||
|
* [counterfeiter](https://github.com/maxbrunsfeld/counterfeiter) - Tool for generating self-contained mock objects
|
||||||
* [gomock](https://code.google.com/p/gomock/) - Mocking framework for the Go programming language.
|
* [gomock](https://code.google.com/p/gomock/) - Mocking framework for the Go programming language.
|
||||||
* [mockhttp.go](https://github.com/tv42/mockhttp.go) - Mock object for Go http.ResponseWriter
|
* [mockhttp.go](https://github.com/tv42/mockhttp.go) - Mock object for Go http.ResponseWriter
|
||||||
* [go-sqlmock](github.com/DATA-DOG/go-sqlmock) - Mock SQL driver for testing database transactions
|
* [go-sqlmock](github.com/DATA-DOG/go-sqlmock) - Mock SQL driver for testing database transactions
|
||||||
|
Loading…
Reference in New Issue
Block a user