From 94ccae764ffd6dfa66980504e50bc2f26a6f5cdb Mon Sep 17 00:00:00 2001 From: Tony Worm Date: Thu, 17 Sep 2015 15:38:02 -0400 Subject: [PATCH] Add: frisby - a REST API testing framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 006042bf..3a1e4409 100644 --- a/README.md +++ b/README.md @@ -648,6 +648,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [assert](https://github.com/bluesuncorp/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 * [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 * [go-mutesting](https://github.com/zimmski/go-mutesting) - Mutation testing for Go source code * [goblin](https://github.com/franela/goblin) - Mocha like testing framework fo Go