replicate/testcontainers-go
forked from testcontainers/testcontainers-go
Captured source
source ↗replicate/testcontainers-go
Description: Testcontainers for Go is 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.
License: MIT
Stars: 0
Forks: 0
Open issues: 0
Created: 2025-05-09T18:23:36Z
Pushed: 2025-05-09T09:51:47Z
Default branch: main
Fork: yes
Parent repository: testcontainers/testcontainers-go
Archived: no
README:
Testcontainers
   

_Testcontainers for Go_ is 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.
You can find more information about _Testcontainers for Go_ at golang.testcontainers.org, which is rendered from the [./docs](./docs) directory.
Using _Testcontainers for Go_
Please visit the quickstart guide to understand how to add the dependency to your Go project.
Notability
notability 1.0/10Routine fork, trivial