From 7f029402f036d8f3d981d04fd082548ebcedff1c Mon Sep 17 00:00:00 2001 From: Jaap Groeneveld Date: Sun, 13 Oct 2019 12:33:32 +0200 Subject: [PATCH] add trial fixed adding trial issue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4d64eadcfb..cc1290ccb01 100644 --- a/README.md +++ b/README.md @@ -1534,6 +1534,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.