From 5e64000d3be1a2cff81ce3b62268390d09a87701 Mon Sep 17 00:00:00 2001 From: Amir Ariffin <22372978+cglotr@users.noreply.github.com> Date: Fri, 24 Jun 2022 05:12:02 +0800 Subject: [PATCH] Add go-mysql-test-container (#4261) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4460b047..824b3ebf 100644 --- a/README.md +++ b/README.md @@ -2207,6 +2207,7 @@ _Libraries for testing codebases and generating test data._ - [go-cmp](https://github.com/google/go-cmp) - Package for comparing Go values in tests. - [go-hit](https://github.com/Eun/go-hit) - Hit is an http integration test framework written in golang. - [go-mutesting](https://github.com/zimmski/go-mutesting) - Mutation testing for Go source code. + - [go-mysql-test-container](https://github.com/arikama/go-mysql-test-container) - Golang MySQL testcontainer to help with MySQL integration testing. - [go-testdeep](https://github.com/maxatome/go-testdeep) - Extremely flexible golang deep comparison, extends the go testing package. - [go-testpredicate](https://github.com/maargenton/go-testpredicate) - Test predicate style assertions library with extensive diagnostics output. - [go-vcr](https://github.com/dnaeon/go-vcr) - Record and replay your HTTP interactions for fast, deterministic and accurate tests.