From 8eae2267750c2f603f0b2d301c2a74d41b06330a Mon Sep 17 00:00:00 2001 From: Jaap Groeneveld Date: Mon, 14 Oct 2019 10:21:40 +0200 Subject: [PATCH] add trial (#2779) fixed adding trial issue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8d56cde..c559063f 100644 --- a/README.md +++ b/README.md @@ -1536,6 +1536,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Testify](https://github.com/stretchr/testify) - Sacred extension to the standard go testing package. * [testmd](https://godoc.org/github.com/tvastar/test/cmd/testmd) - Convert markdown snippets into testable go code. * [testsql](https://github.com/zhulongcheng/testsql) - Generate test data from SQL files before testing and clear it after finished. + * [trial](https://github.com/jgroeneveld/trial) - Quick and easy extendable assertions without introducing much boilerplate. * [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.