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

Hi, I'm currently working on testing kafka broker / topic and payload for integration testing, **I just want to know that to spin up the kafka docker container, I first...

πŸ‘€ requires attention
πŸ“¦ package: kafka

Poetry has a lock file and a better workflow than pip-tools which most software developers aren't familiar with or don't have the time to contribute something that requires more than...

awaiting response

This add the support for those cassandra based dbs and their drivers, cassandra-driver, scylla-driver Ref: https://cassandra.apache.org/ Ref: https://www.scylladb.com/ Ref: https://pypi.org/project/cassandra-driver/ Ref: https://pypi.org/project/scylla-driver/

πŸš€ enhancement
✨ package: new
feat
community-feat

Is python websockets testing available?

I suggest to stop all containers after application stop. I used `atexit` like `JVMHookResourceReaper` in `testcontainers-java`.

awaiting response

…le/pubsub

πŸ‘€ requires attention
πŸ“¦ package: google

I want to use a mongodb testcontainer within docker (to run in CI). When I use the testcontainer on the host, all works fine. However, when I use it inside...

πŸ‘€ requires attention
πŸ“¦ package: core

So far, the selenium driver cannot access localhost based website since it is running inside it's docker container network. One have to provide the host IP in order to give...

Accidentally closed the PR under review https://github.com/testcontainers/testcontainers-python/pull/183 and cannot reopen it. Recreated this one. Changes - Replace with_exposed_ports with with_bind_ports - Modify the context manager to set and unset environment...

awaiting response

Hi. I'm starting to use testcontainers to test the behavior of a simple P2P network written in Python. I noticed that the auto-generated documentation for each class is just a...

πŸ›Ÿ help wanted
good first issue
πŸ“– documentation