add go-hit (#3332)

This commit is contained in:
Tobias Salzmann 2020-11-08 16:48:16 +01:00 committed by GitHub
parent cc3e5141b6
commit 8f87865062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1674,6 +1674,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [ginkgo](http://onsi.github.io/ginkgo/) - BDD Testing Framework for Go.
* [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.
* [go-mutesting](https://github.com/zimmski/go-mutesting) - Mutation testing for Go source code.
* [go-testdeep](https://github.com/maxatome/go-testdeep) - Extremely flexible golang deep comparison, extends the go testing package.
* [go-vcr](https://github.com/dnaeon/go-vcr) - Record and replay your HTTP interactions for fast, deterministic and accurate tests.