From 86c9a4881adc4432aa21bab0dba47d72783e463b Mon Sep 17 00:00:00 2001 From: Suzuki Shunsuke Date: Mon, 22 Jul 2019 23:14:49 +0900 Subject: [PATCH] Add flute (#2624) https://github.com/suzuki-shunsuke/flute --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba5cd800..cd3978ab 100644 --- a/README.md +++ b/README.md @@ -1457,6 +1457,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. * [endly](https://github.com/viant/endly) - Declarative end to end functional testing. + * [flute](https://github.com/suzuki-shunsuke/flute) - HTTP client testing framework. * [frisby](https://github.com/verdverm/frisby) - REST API testing framework. * [ginkgo](http://onsi.github.io/ginkgo/) - BDD Testing Framework for Go. * [go-carpet](https://github.com/msoap/go-carpet) - Tool for viewing test coverage in terminal.