Add "is" testing framework

This commit is contained in:
Jonathan Curran 2021-10-17 11:44:12 -06:00 committed by Avelino
parent be93426483
commit eddb1fc871

View File

@ -1986,6 +1986,7 @@ _**Unofficial** set of patterns for structuring projects._
* [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.
* [is](https://github.com/matryer/is) - Professional lightweight testing mini-framework for Go.
* [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.