Added stubble

This commit is contained in:
Eric Irwin 2016-09-14 22:01:08 -07:00 committed by GitHub
parent 67d9f608a7
commit b3f5c49225

View File

@ -873,6 +873,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [gomock](https://github.com/golang/mock) - Mocking framework for the Go programming language.
* [govcr](https://github.com/seborama/govcr) - HTTP mock for Golang: record and replay HTTP interactions for offline testing
* [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter
* [stubble] (https://github.com/eirwin/stubble) - Mock JSON HTTP Server Generator using YAML configuration
* Fuzzing and delta-debugging/reducing/shrinking
* [go-fuzz](https://github.com/dvyukov/go-fuzz) - A randomized testing system