Add gomuti/gomega links; correct capitalization of RSpec.

This commit is contained in:
Tony Spataro 2016-09-12 12:12:50 -07:00
parent bacaafea2a
commit 3e0d48789e

View File

@ -856,7 +856,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [GoConvey](https://github.com/smartystreets/goconvey/) - BDD-style framework with web UI and live reload
* [godog](https://github.com/DATA-DOG/godog) - Cucumber or Behat like BDD framework for Go.
* [gofight](https://github.com/appleboy/gofight) - API Handler Testing for Golang Router framework.
* [gomega](http://onsi.github.io/gomega/) - Rspec like matcher/assertion library.
* [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.
* [Hamcrest](https://github.com/rdrdr/hamcrest) - fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results.
@ -871,8 +871,10 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [go-txdb](https://github.com/DATA-DOG/go-txdb) - Single transaction based database driver mainly for testing purposes.
* [gock](https://github.com/h2non/gock) - Versatile HTTP mocking made easy.
* [gomock](https://github.com/golang/mock) - Mocking framework for the Go programming language.
* [gomuti](https://github.com/xeger/gomuti) - RSpec-inspired mocking and spying framework that uses Gomega matchers
* [govcr](https://github.com/seborama/govcr) - HTTP mock for Golang: record and replay HTTP interactions for offline testing
* [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter
* [mongoose](https://github.com/xeger/mongoose) - Tool for generating mock objects that supports several frameworks
* Fuzzing and delta-debugging/reducing/shrinking
* [go-fuzz](https://github.com/dvyukov/go-fuzz) - A randomized testing system