mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add gnomock to testing frameworks list (#3370)
This commit is contained in:
parent
1e314db346
commit
667d1b3974
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user