Add qiniu goc (#3162)

This commit is contained in:
Liu,Lei 2020-07-31 16:37:58 +08:00 committed by GitHub
parent f56fb3f7d1
commit 4a095fdd8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1649,6 +1649,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [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.
* [goblin](https://github.com/franela/goblin) - Mocha like testing framework fo Go.
* [goc](https://github.com/qiniu/goc) - Goc is a comprehensive coverage testing system for The Go Programming Language.
* [gocheck](http://labix.org/gocheck) - More advanced testing framework alternative to gotest.
* [GoConvey](https://github.com/smartystreets/goconvey/) - BDD-style framework with web UI and live reload.
* [gocrest](https://github.com/corbym/gocrest) - Composable hamcrest-like matchers for Go assertions.