Add testmd -- a markdown-to-golang-test converter (#2447)

This commit is contained in:
rameshvk 2019-03-31 07:02:13 -07:00 committed by Cássio Botaro
parent f4f3dad431
commit 264e63c4f2

View File

@ -1390,6 +1390,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. * [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. * [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. * [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. * [testsql](https://github.com/zhulongcheng/testsql) - Generate test data from SQL files before testing and clear it after finished.
* [Tt](https://github.com/vcaesar/tt) - Simple and colorful test tools. * [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. * [wstest](https://github.com/posener/wstest) - Websocket client for unit-testing a websocket http.Handler.