Merge pull request #1537 from bradleyjkemp/master

Add package: cupaloy
This commit is contained in:
Cássio Botaro 2017-08-12 03:08:10 -03:00 committed by GitHub
commit 690b7a3c72

View File

@ -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 * [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. * [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 * [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 * [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. * [dsunit](https://github.com/viant/dsunit) - Datastore testing for SQL, NoSQL, structured files.
* [frisby](https://github.com/verdverm/frisby) - REST API testing framework * [frisby](https://github.com/verdverm/frisby) - REST API testing framework