From 42f657b9267f929e9c9570a7f338383a03d36045 Mon Sep 17 00:00:00 2001 From: Jaap Groeneveld Date: Mon, 14 Oct 2019 10:22:07 +0200 Subject: [PATCH] add schema (#2778) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c559063f..f9b4d258 100644 --- a/README.md +++ b/README.md @@ -1531,6 +1531,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. + * [schema](https://github.com/jgroeneveld/schema) - Quick and easy expression matching for JSON schemas used in requests and responses. * [testcase](https://github.com/adamluzsi/testcase) - Idiomatic testing framework for Behavior Driven Development. * [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.