From 98ac6f033b53d2da5d778aaf2ab7004891ea16e9 Mon Sep 17 00:00:00 2001 From: Scott Le Date: Sat, 13 May 2017 23:24:41 +0700 Subject: [PATCH] Add dbcleaner (#1418) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70fb54d6..25edab4d 100644 --- a/README.md +++ b/README.md @@ -973,6 +973,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 + * [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) - a REST API testing framework * [ginkgo](http://onsi.github.io/ginkgo/) - BDD Testing Framework for Go