Add package testsql (#2148)

This commit is contained in:
zhulongcheng 2018-10-13 21:34:25 +08:00 committed by Avelino
parent ce717eb1d9
commit e6af0a086e

View File

@ -1235,6 +1235,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.
* [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.
* [wstest](https://github.com/posener/wstest) - Websocket client for unit-testing a websocket http.Handler.