From bbdc9d7a512d53bb16d10b8b66195277e8fda7ee Mon Sep 17 00:00:00 2001 From: Sergey Mudrik Date: Thu, 3 Mar 2016 22:19:51 +0200 Subject: [PATCH] Added go-carpet, tool for viewing test coverage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84ea7d8f..03de5882 100644 --- a/README.md +++ b/README.md @@ -774,6 +774,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [bro](https://github.com/marioidival/bro) - Watch files in directory and run tests for them * [frisby](https://github.com/verdverm/frisby) - a REST API testing framework * [ginkgo](http://onsi.github.io/ginkgo/) - BDD Testing Framework for Go + * [go-carpet](https://github.com/msoap/go-carpet) - Tool for viewing test coverage in terminal * [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