Categorygithub.com/prongq/testcontainers-go
repositorypackage
0.0.0-20230908121236-79823b6dadbb
Repository: https://github.com/prongq/testcontainers-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Testcontainers

Open in GitHub Codespaces

Main pipeline Go Report Card GoDoc Reference

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 directory.

Using Testcontainers for Go

Please visit the quickstart guide to understand how to add the dependency to your Go project.