From 52080bc344c489b57811c320c247b5439eae76f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Sun, 19 Feb 2023 18:38:25 +0100 Subject: [PATCH] docs: add Testcontainers for Go (#4730) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99131331..d4d3ccd8 100644 --- a/README.md +++ b/README.md @@ -2266,6 +2266,7 @@ _Libraries for testing codebases and generating test data._ - [schema](https://github.com/jgroeneveld/schema) - Quick and easy expression matching for JSON schemas used in requests and responses. - [stop-and-go](https://github.com/elgohr/stop-and-go) - Testing helper for concurrency. - [testcase](https://github.com/adamluzsi/testcase) - Idiomatic testing framework for Behavior Driven Development. + - [testcontainers-go](https://github.com/testcontainers/testcontainers-go) - A Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done. - [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.