From a533a4a173101cee114042cfe5adebf3b9b0e483 Mon Sep 17 00:00:00 2001 From: Adam Luzsi Date: Mon, 20 May 2019 14:35:28 +0200 Subject: [PATCH] add testcase to the README.md testing section (#2525) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe6c0f3f..0913f117 100644 --- a/README.md +++ b/README.md @@ -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. * [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. + * [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. * [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.