mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
fixed tabulation on testing section
This commit is contained in:
parent
5426e33ee3
commit
9717ab7b81
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user