From 6480cb4047b5d7a028f9a2c542a97fa0a3829677 Mon Sep 17 00:00:00 2001 From: Roger Guldbrandsen <8797880+kinbiko@users.noreply.github.com> Date: Fri, 8 Feb 2019 09:35:07 +0000 Subject: [PATCH] Add jsonassert testing package (#2362) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f861dc1a..84352e71 100644 --- a/README.md +++ b/README.md @@ -1357,6 +1357,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gotest.tools](https://github.com/gotestyourself/gotest.tools) - A collection of packages to augment the go testing package and support common patterns. * [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. + * [jsonassert](https://github.com/kinbiko/jsonassert) - Package for verifying that your JSON payloads are serialized correctly. * [restit](https://github.com/yookoala/restit) - Go micro framework to help writing RESTful API integration test. * [testfixtures](https://github.com/go-testfixtures/testfixtures) - A helper for Rails' like test fixtures to test database applications. * [Testify](https://github.com/stretchr/testify) - Sacred extension to the standard go testing package.