fixed tabulation on testing section

This commit is contained in:
Duke 2014-07-07 14:53:49 -03:00
parent 5426e33ee3
commit 9717ab7b81

View File

@ -235,7 +235,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Libraries for testing codebases and generating test data.*
* Testing Frameworks
* 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.
@ -246,7 +246,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [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
* 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