diff options
Diffstat (limited to 'vendor/github.com/testcontainers/testcontainers-go/README.md')
| -rw-r--r-- | vendor/github.com/testcontainers/testcontainers-go/README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/testcontainers/testcontainers-go/README.md b/vendor/github.com/testcontainers/testcontainers-go/README.md new file mode 100644 index 0000000..ea21c63 --- /dev/null +++ b/vendor/github.com/testcontainers/testcontainers-go/README.md @@ -0,0 +1,21 @@ +# Testcontainers + +[](https://github.com/testcontainers/testcontainers-go/actions/workflows/ci.yml) +[](https://pkg.go.dev/github.com/testcontainers/testcontainers-go) +[](https://goreportcard.com/report/github.com/testcontainers/testcontainers-go) +[](https://sonarcloud.io/summary/new_code?id=testcontainers_testcontainers-go) +[](https://github.com/testcontainers/testcontainers-go/blob/main/LICENSE) + +[](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=141451032&machine=standardLinux32gb&devcontainer_path=.devcontainer%2Fdevcontainer.json&location=EastUs) + +[](https://testcontainers.slack.com/) + +_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](https://golang.testcontainers.org), which is rendered from the [./docs](./docs) directory. + +## Using _Testcontainers for Go_ + +Please visit [the quickstart guide](https://golang.testcontainers.org/quickstart) to understand how to add the dependency to your Go project. |
