Add gnomock to testing frameworks list (#3370)

This commit is contained in:
Yury Fedorov 2020-12-09 16:46:18 +02:00 committed by GitHub
parent 1e314db346
commit 667d1b3974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1689,6 +1689,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [flute](https://github.com/suzuki-shunsuke/flute) - HTTP client testing framework.
* [frisby](https://github.com/verdverm/frisby) - REST API testing framework.
* [ginkgo](http://onsi.github.io/ginkgo/) - BDD Testing Framework for Go.
* [gnomock](https://github.com/orlangure/gnomock) - integration testing with real dependencies (database, cache, even Kubernetes or AWS) running in Docker, without mocks.
* [go-carpet](https://github.com/msoap/go-carpet) - Tool for viewing test coverage in terminal.
* [go-cmp](https://github.com/google/go-cmp) - Package for comparing Go values in tests.
* [go-hit](https://github.com/Eun/go-hit) - Hit is an http integration test framework written in golang.