Skip to content

Commit

Permalink
fixed adding trial issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jgroeneveld committed Oct 13, 2019
1 parent 69dd7bd commit 08f21c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +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.
* [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.

Expand Down

0 comments on commit 08f21c6

Please sign in to comment.