diff --git a/README.md b/README.md index 1fa1f4f6..5816fa9b 100644 --- a/README.md +++ b/README.md @@ -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