This commit is contained in:
Gerardo JT 2018-05-21 02:36:58 +02:00 committed by Cássio Botaro
parent f65c3ee24a
commit 9decf007da

View File

@ -1138,6 +1138,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [assert](https://github.com/go-playground/assert) - Basic Assertion Library used along side native go testing, with building blocks for custom assertions.
* [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.
* [biff](https://github.com/fulldump/biff) - Bifurcation testing framework, BDD compatible.
* [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.