From 04a546ff60bcf4f744765e112b8c1466c9f964bf Mon Sep 17 00:00:00 2001 From: Eyal Posener Date: Sat, 1 Apr 2017 04:43:44 +0300 Subject: [PATCH] Add wstest (#1345) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72002e48..741935c4 100644 --- a/README.md +++ b/README.md @@ -947,6 +947,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [restit](https://github.com/yookoala/restit) - A Go micro framework to help writing RESTful API integration test. * [testfixtures](https://github.com/go-testfixtures/testfixtures) - A helper for Rails' like test fixtures to test database applications. * [Testify](https://github.com/stretchr/testify) - A sacred extension to the standard go testing package. + * [wstest](https://github.com/posener/wstest) - A websocket client for unit-testing a websocket http.Handler. * Mock * [counterfeiter](https://github.com/maxbrunsfeld/counterfeiter) - Tool for generating self-contained mock objects