testcontainers-python
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.
Fixed #257
Add support for a Vault container.
I added a new test container for spinning up a [Docker registry](https://hub.docker.com/_/registry).
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`.
Add BigQueryContainer based on [BigQueryEmulatorContainer.java](https://github.com/testcontainers/testcontainers-java/blob/main/modules/gcloud/src/main/java/org/testcontainers/containers/BigQueryEmulatorContainer.java)
**Describe the bug** Mssql tests fail, see screenshots:   **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...