From 5c4542a3d2dd3e200dc2c796b7a93079425613de Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Wed, 1 Jun 2016 07:55:53 -0400 Subject: [PATCH] feat(docs): add baloo package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b61615..3ade036 100644 --- a/README.md +++ b/README.md @@ -807,6 +807,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 * [assert](https://github.com/bmizerany/assert) - Asserts to Go testing * [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 * [frisby](https://github.com/verdverm/frisby) - a REST API testing framework * [ginkgo](http://onsi.github.io/ginkgo/) - BDD Testing Framework for Go