testcontainers-go
testcontainers-go copied to clipboard
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 p...
### Proposal Heya! We're using TC 0.34.0, and you know we're huge fans. 👏 Regardless, our CI runs are too flaky lately -- it takes a few retries (manually, via...
### Testcontainers version 0.34.0 ### Using the latest Testcontainers version? Yes ### Host OS Mac ### Host arch ARM (M3) ### Go version 1.23.3 ### Docker version ```shell Client: Version:...
### Testcontainers version 0.32.0 ### Using the latest Testcontainers version? No ### Host OS Linux ### Host arch ARM ### Go version 1.22.4 ### Docker version ```shell Running on CI,...
## What does this PR do? Follow-up of #2490 in order to be able to push commits and make progress. ## Why is it important? Give importance to @catinapoke's work...
### Testcontainers version d87206018dc7e6a7dc372fd52e62b9e848fed0d5 ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host arch AMD64 ### Go version 1.23.2 ### Docker version ```shell N/A ``` ###...
### Testcontainers version aceb707 ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host arch AMD64 ### Go version 1.23.2 ### Docker version N/A ### Docker info...
## What does this PR do? This PR adds support for creating a go.work file and managing it when new modules are created using the `modulegen` tool. During this process,...
### Problem It would be a killer feature if we could spin up a go test container dedicated to running golang tests on different platforms. ### Solution Cherry on the...