ForkReplicateReplicatepublished May 9, 2025seen 5d

replicate/testcontainers-go

forked from testcontainers/testcontainers-go

Open original ↗

Captured source

source ↗
published May 9, 2025seen 5dcaptured 9hhttp 200method plain

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

![Main pipeline](https://github.com/testcontainers/testcontainers-go/actions/workflows/ci.yml) ![GoDoc Reference](https://pkg.go.dev/github.com/testcontainers/testcontainers-go) ![Go Report Card](https://goreportcard.com/report/github.com/testcontainers/testcontainers-go) ![Quality Gate Status](https://sonarcloud.io/summary/new_code?id=testcontainers_testcontainers-go)

![Open in GitHub Codespaces](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=141451032&machine=standardLinux32gb&devcontainer_path=.devcontainer%2Fdevcontainer.json&location=EastUs)

_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/10

Routine fork, trivial