From 5426e33ee3326e46ad82aae63086b970d2680858 Mon Sep 17 00:00:00 2001 From: Duke Date: Mon, 7 Jul 2014 14:52:16 -0300 Subject: [PATCH] improved Testing section --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index fbce163c..a6092f37 100644 --- a/README.md +++ b/README.md @@ -235,18 +235,20 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *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. -* [mockhttp.go](https://github.com/tv42/mockhttp.go) - Mock object for Go http.ResponseWriter -* [assert](https://github.com/bmizerany/assert) - Asserts to Go testing -* [Hamcrest](https://github.com/rdrdr/hamcrest) - fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results. -* [restit](https://github.com/yookoala/restit) - A Go micro framework to help writing RESTful API integration test. -* [ginkgo](http://onsi.github.io/ginkgo/) - BDD Testing Framework for Go -* [Testify](https://github.com/stretchr/testify) - A sacred extension to the standard go testing package. + * Testing Frameworks + * [assert](https://github.com/bmizerany/assert) - Asserts to Go testing + * [ginkgo](http://onsi.github.io/ginkgo/) - BDD Testing Framework for Go + * [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. + * [Hamcrest](https://github.com/rdrdr/hamcrest) - fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results. + * [restit](https://github.com/yookoala/restit) - A Go micro framework to help writing RESTful API integration test. + * [Testify](https://github.com/stretchr/testify) - A sacred extension to the standard go testing package. + * Mock + * [gomock](https://code.google.com/p/gomock/) - Mocking framework for the Go programming language. + * [mockhttp.go](https://github.com/tv42/mockhttp.go) - Mock object for Go http.ResponseWriter ## Audio