Add jfilipczyk/gomatch (#2360)

This commit is contained in:
jfilipczyk 2019-02-08 10:36:29 +01:00 committed by Ceriath
parent 6480cb4047
commit 6985fb98da

View File

@ -1350,6 +1350,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [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.
* [gogiven](https://github.com/corbym/gogiven) - YATSPEC-like BDD testing framework for Go.
* [gomatch](https://github.com/jfilipczyk/gomatch) - library created for testing JSON against patterns.
* [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.