Manuel de la Peña
Manuel de la Peña
- **chore: disable logging if the "-v" flag is not present** - **chore: print ryuk is disabled using the logger** ## What does this PR do? This PR checks if...
### Discussed in https://github.com/testcontainers/testcontainers-go/discussions/2123 Originally posted by **oktalz** January 17, 2024 Hi. new API for network does not allow custom name for network, if running multiple tests, its hard to...
Not a blocker, but I notice the use of "please" and future tense; - Using "please" is generally discouraged; see here for some more on that https://github.com/docker/cli/pull/5040#issuecomment-2113053344 - In tech...
Hello from the Testcontainers for Go community, core maintainer here :wave: This PR is a PoC so you can evaluate if using testcontainers-go is useful for the project. I checked...
This is an attemp to bump testcontainers-go to the latest release. - use minio module - update deprecated APIs for BindMounts, using Files, instead - fix local paths used to...
## What does this PR do? - **chore: use testcontainers-go in mongodb store** - **chore: use testcontainers-go in mssql store** - **chore: use testcontainers-go in mysql store** - **chore: use...
### Feature Description After #1506, let'd adopt [testcontainers-go](https://github.com/testcontainers/testcontainers-go) for integration testing of the storage layers. For those technologies having a tc-go module (see https://testcontainers.com/modules/?language=go), let's use the module; for the...
- **feat: support reading Docker context** - **chore: move read Docker config to the core** - **chore: read docker config more consistently** - **chore: extract to a parse function to...
@mdelapenya Regarding this point may I suggest we add something about it in the contributing guidelines ? _Originally posted by @henripqt in https://github.com/testcontainers/testcontainers-go/pull/2825#discussion_r1805328668_
### Proposal > TL;DR: use `require` when a failure should stop the test completely, ensuring that subsequent steps are not executed with invalid assumptions. Use `assert` when we want to...