add testcase to the README.md testing section (#2525)

This commit is contained in:
Adam Luzsi 2019-05-20 14:35:28 +02:00 committed by Cássio Botaro
parent a2ebb20689
commit a533a4a173

View File

@ -1432,6 +1432,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [httpexpect](https://github.com/gavv/httpexpect) - Concise, declarative, and easy to use end-to-end HTTP and REST API testing. * [httpexpect](https://github.com/gavv/httpexpect) - Concise, declarative, and easy to use end-to-end HTTP and REST API testing.
* [jsonassert](https://github.com/kinbiko/jsonassert) - Package for verifying that your JSON payloads are serialized correctly. * [jsonassert](https://github.com/kinbiko/jsonassert) - Package for verifying that your JSON payloads are serialized correctly.
* [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.
* [testcase](https://github.com/adamluzsi/testcase) - Idiomatic testing framework for Behavior Driven Development.
* [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. * [testmd](https://godoc.org/github.com/tvastar/test/cmd/testmd) - Convert markdown snippets into testable go code.