adds the "gosuite" library (#1136)

master
Pavlo Lysov 8 years ago committed by Kirill Danshin
parent 6f10b33244
commit 9bf340e48a

@ -876,6 +876,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [gomega](http://onsi.github.io/gomega/) - Rspec like matcher/assertion library.
* [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.
* [gosuite](https://github.com/pavlo/gosuite) - Brings lightweight test suites with setup/teardown facilities to `testing` by leveraging Go1.7's Subtests
* [Hamcrest](https://github.com/rdrdr/hamcrest) - fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results.
* [httpexpect](https://github.com/gavv/httpexpect) - Concise, declarative, and easy to use end-to-end HTTP and REST API testing
* [restit](https://github.com/yookoala/restit) - A Go micro framework to help writing RESTful API integration test.

Loading…
Cancel
Save