From 23e0a85b8cfb2005d6217e02fbfda6cc0d836037 Mon Sep 17 00:00:00 2001 From: Matt Cottingham Date: Sun, 6 Jul 2014 20:01:45 +0100 Subject: [PATCH] Re-add GoConvey Removed in error in #18 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d628ca1f..dfaa1b27 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw *Libraries for testing codebases and generating test data.* * [gocheck](http://labix.org/gocheck) - A more advanced testing framework alternative to gotest. +* [GoConvey](http://goconvey.co/) - BDD-ish, rspec inspirated testing framework, automatic testing, coverage report and web UI * [GoSpec](https://github.com/orfjackal/gospec) - BDD-style testing framework for the Go programming language. * [gospecify](https://github.com/stesla/gospecify) - This provides a BDD syntax for testing your Go code. It should be familiar to anybody who has used libraries such as rspec. * [gomock](https://code.google.com/p/gomock/) - Mocking framework for the Go programming language.