From 038df6f24d4e8bbb53e10071bee5851bc1b8126c Mon Sep 17 00:00:00 2001 From: bradleyjkemp Date: Fri, 11 Aug 2017 20:56:47 +0000 Subject: [PATCH] Add package: cupaloy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6534032b..561ff96c 100644 --- a/README.md +++ b/README.md @@ -990,6 +990,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [badio](https://github.com/cavaliercoder/badio) - Extensions to Go's `testing/iotest` package * [baloo](https://github.com/h2non/baloo) - Expressive and versatile end-to-end HTTP API testing made easy. * [bro](https://github.com/marioidival/bro) - Watch files in directory and run tests for them + * [cupaloy](https://github.com/bradleyjkemp/cupaloy) - Simple snapshot testing addon for your test framework * [dbcleaner](https://github.com/khaiql/dbcleaner) - Clean database for testing purpose, inspired by `database_cleaner` in Ruby * [dsunit](https://github.com/viant/dsunit) - Datastore testing for SQL, NoSQL, structured files. * [frisby](https://github.com/verdverm/frisby) - REST API testing framework