Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 3f86de4

Browse files
authored
Update README.md
1 parent ad0a661 commit 3f86de4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
<h1 align="center">
2-
Test Containers
1+
<h1 align="center">
2+
Test Containers
33
</h1>
44

55
Example of using Test containers in Golang. Creating a **redis** cluster with
6-
containers and test redis cluster with Golang SDK.
6+
containers and test redis cluster with Golang SDK while running unit tests.
7+
8+
We use _test-containers_ to run our dependent services like databases in a container
9+
hense we won't need to mock them or use real external services. This makes our uint tests more
10+
efficient and more reliable. Let's see an example.
711

812
## Redis container
913

0 commit comments

Comments
 (0)