From 3e0d48789efdcb11c82eeac7a681a7a5fd1640be Mon Sep 17 00:00:00 2001 From: Tony Spataro Date: Mon, 12 Sep 2016 12:12:50 -0700 Subject: [PATCH] Add gomuti/gomega links; correct capitalization of RSpec. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6173dc00..3bd5639b 100644 --- a/README.md +++ b/README.md @@ -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