From b038b952493a19f54698dea247053e1dc77022bf Mon Sep 17 00:00:00 2001 From: vz Date: Fri, 1 Jun 2018 10:25:58 +0800 Subject: [PATCH] add tt (#1965) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f560bc7..6e5ccd36 100644 --- a/README.md +++ b/README.md @@ -1173,6 +1173,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [restit](https://github.com/yookoala/restit) - 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) - Sacred extension to the standard go testing package. + * [Tt](https://github.com/vcaesar/tt) - Simple and colorful test tools. * [wstest](https://github.com/posener/wstest) - Websocket client for unit-testing a websocket http.Handler. * Mock