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

Fixed #257

📦 package: clickhouse
feat
community-feat

Add support for a Vault container.

✨ package: new
4.1.0
needs-rebase

I added a new test container for spinning up a [Docker registry](https://hub.docker.com/_/registry).

4.1.0

for some reason this causes an issue, see #401 for details

Support video in selenium testcontainer. Changes made: - Added network to default container. - Added video to selenium by write `with_video`.

4.1.0
needs-rebase

Add BigQueryContainer based on [BigQueryEmulatorContainer.java](https://github.com/testcontainers/testcontainers-java/blob/main/modules/gcloud/src/main/java/org/testcontainers/containers/BigQueryEmulatorContainer.java)

feat
community-feat

**Describe the bug** Mssql tests fail, see screenshots: ![Screenshot 2024-03-08 at 10 59 14](https://github.com/testcontainers/testcontainers-python/assets/13573675/35a01280-1a77-4711-921f-b1179463b152) ![Screenshot 2024-03-08 at 10 59 36](https://github.com/testcontainers/testcontainers-python/assets/13573675/b59160c9-94b0-423f-a01b-b602d944d324) **To Reproduce** 1. Clone project and install project dependencies with...

**Describe the bug** Kafka tests throw errors and run forever on machines with ARM CPU (Apple M1, M2). See screenshots: **To Reproduce** 1. Clone project and install project dependencies with...