testcontainers-python icon indicating copy to clipboard operation
testcontainers-python copied to clipboard

Testcontainers is a Python library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.

Results 281 testcontainers-python issues
Sort by recently updated
recently updated
newest added

Just a tiny addition to make large configurations easier to do in code.

Aligns testcontainers-python with the testcontainers community standard wait strategy pattern used across Java, Go, and other implementations. This provides a consistent developer experience and better maintainability. ## Examples From: ```...

**Describe the bug** Hey seems like you released a new minor version 2 hours ago and it has a bug in it. Bug: Testcontainer fails to fetch server api version...

Old versions of Mongo, like 3.6, log the message "waiting for connections [...]", with a lowercase 'w', while newer versions log the message with uppercase 'W'. This commit makes the...

:robot: I have created a release *beep* *boop* --- ## [4.12.0](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.11.0...testcontainers-v4.12.0) (2025-06-23) ### Features * **main:** New Testcontainers Python Docs Site ([#822](https://github.com/testcontainers/testcontainers-python/issues/822)) ([a6bdf0e](https://github.com/testcontainers/testcontainers-python/commit/a6bdf0ef84643074fbc7edf3a75936ce3f1d0880)) * make config monkeypatchable, fix config related...

autorelease: pending

Could you release a new version? I would like to use a stable version that includes https://github.com/testcontainers/testcontainers-python/commit/6817582bf67ed36448b69019ab897c50ae80e7e1 Which was added literally a minute after the last release was triggered.

**Describe the bug** Trying to start containers in rootless docker-in-docker running on Gitlab self-hosted runners results in `docker.errors.NotFound: 404 Client Error for https://docker:2376/v1.44/containers/fa2ce8ad268341b04006af38e93bd4ce9873df0de7f1686ffc3eba63558a5c9f/json: Not Found ("No such container: fa2ce8ad268341b04006af38e93bd4ce9873df0de7f1686ffc3eba63558a5c9f")` **To...

**Describe the bug** I'm trying to run the basic example that appears in the documentation in macos Sequoia 15.4 with M2 chip and testcontainers is not able to connect to...

**What is the new container you'd like to have?** Spark connect introduces a decoupled client-server architecture to allow remote connectivity to spark server, official documentation is [here](https://spark.apache.org/docs/latest/spark-connect-overview.html). It's used by...

🚀 enhancement