From 5c93bdeeaec67205e54883258708de32f1625ad3 Mon Sep 17 00:00:00 2001 From: seborama Date: Mon, 22 Aug 2016 23:13:41 +0100 Subject: [PATCH] [govcr] Add govcr HTTP mock for Golang: record and replay HTTP interactions for offline testing. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d46d6392..c177c66e 100644 --- a/README.md +++ b/README.md @@ -856,6 +856,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-txdb](https://github.com/DATA-DOG/go-txdb) - Single transaction based database driver mainly for testing purposes. * [gock](https://github.com/h2non/gock) - Versatile HTTP mocking made easy. * [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 * Fuzzing and delta-debugging/reducing/shrinking