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

:robot: I have created a release *beep* *boop* --- ## [4.2.0](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.1.0...testcontainers-v4.2.0) (2024-03-21) ### Features * support influxdb ([#413](https://github.com/testcontainers/testcontainers-python/issues/413)) ([13742a5](https://github.com/testcontainers/testcontainers-python/commit/13742a5dc448c80914953c21f8f2b01177c3fa6c)) ### Bug Fixes * **arangodb:** tests to pass on ARM CPUs...

autorelease: pending

**Describe the bug** With the new ryuk container usage in v4.1.1, dependent containers get cleaned up nicely, but the ryuk container itself remains, in exited state. The ryuk container itself...

**Describe the bug** Before `4.0.0`, after creating a `PostgresContainer` within another container, but with the same external daemon, `postgres.get_connection_url()` would return something like `postgresql+psycopg2://test:[email protected]:32770/test` which is the correct connection url....

🐛 bug
🛟 help wanted
📦 package: core

**Feature: Introduce DockerImage class for flexible image handling** #### Overview: This PR introduces the `DockerImage` class, aimed at simplifying the way testcontainers handles Docker images. DockerContainer now support for the...

@totallyzen Closed previous PR because of dirty history and bad-merge. Based of this comment - https://github.com/testcontainers/testcontainers-python/issues/446#issuecomment-1986860683 I removed hard dependency on the NATS client. This PR does not require a...

**Describe the bug** I upgraded from 3.5.0 to 4.1.0 and the container itself fails to spawn because the Ryuk container setup fails. I've tried debugging the issue and it looks...

This PR adds a `Network` helper class that allows to create networks and connect containers programmatically. The networks are context-managed resources like containers created via `DockerContainer`. Please also see tests...

4.1.0