Merge pull request #815 from dnaeon/go-vcr

Add go-vcr
This commit is contained in:
Thiago Avelino 2016-02-11 11:36:19 -02:00
commit d7eef72910

View File

@ -771,6 +771,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [frisby](https://github.com/verdverm/frisby) - a REST API testing framework * [frisby](https://github.com/verdverm/frisby) - a REST API testing framework
* [ginkgo](http://onsi.github.io/ginkgo/) - BDD Testing Framework for Go * [ginkgo](http://onsi.github.io/ginkgo/) - BDD Testing Framework for Go
* [go-mutesting](https://github.com/zimmski/go-mutesting) - Mutation testing for Go source code * [go-mutesting](https://github.com/zimmski/go-mutesting) - Mutation testing for Go source code
* [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 * [goblin](https://github.com/franela/goblin) - Mocha like testing framework fo Go
* [gocheck](http://labix.org/gocheck) - A more advanced testing framework alternative to gotest. * [gocheck](http://labix.org/gocheck) - A more advanced testing framework alternative to gotest.
* [GoConvey](https://github.com/smartystreets/goconvey/) - BDD-style framework with web UI and live reload * [GoConvey](https://github.com/smartystreets/goconvey/) - BDD-style framework with web UI and live reload