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 see issues such as https://github.com/testcontainers/testcontainers-python/issues/43, https://github.com/testcontainers/testcontainers-python/issues/25, https://github.com/testcontainers/testcontainers-python/pull/154 and the [`gitlab-ci.yml` in the gitlab branch](https://github.com/testcontainers/testcontainers-python/blob/77ce99a92d7902983609b3e964a60379b323f74c/.gitlab-ci.yml) indicating that `testcontainers` should be working in the GitLab CI. Can someone confirm if...

help wanted

Pull request to add a new `opensearch` module.

awaiting response

At the Selenium Project we want to collaborate with you and work together to improve the WebDriver ecosystem. We would like to meet you, understand your pain points, and discuss...

It would be nice to keep the docker containers alive for speeding up the test runs. Now, in every test run containers are re-created and can't keep them alive since...

🛟 help wanted
good first issue
contributions-welcome

Hi, when installing with the mssqlserver extra poetry attempts to install pymssql 3.0.3 which complains: > DeprecationWarning: The pymssql project has been discontinued. To install the last working released version,...

📦 package: mssql
✅ close on merge

``` venv\lib\site-packages\wrapt\wrappers.py:605: in __call__ return self._self_wrapper(self.__wrapped__, self._self_instance, venv\lib\site-packages\testcontainers\core\waiting_utils.py:46: in wrapper raise TimeoutException( E testcontainers.core.exceptions.TimeoutException: Wait time exceeded 120 sec. E Method _connect, args () , kwargs {}. E Exception (psycopg2.OperationalError)...

🐛 bug
👀 requires attention
📦 package: postgres
🪟 windows

testing always return "ORA-12514: TNS:listener does not currently know of service requested in connect descriptor" it is because the service is names "XE". see this command: ```bash root@a09a1d6ea6c3:/# su -...

📦 package: oracle

My `python` file: ```python from testcontainers.compose import DockerCompose from selenium import webdriver from selenium.webdriver import DesiredCapabilities with DockerCompose("/User/person/Projects/Cultivation/tst-containers", compose_file_name=["docker-compose-1.yml",], pull=True) as compose: host = compose.get_service_host("hub", 4444) port = compose.get_service_port("hub", 4444)...

Hi everyone! While I was trying to create a DockerCompose object, I have noticed that testcontainers tries to launch a deprecated ```docker-compose``` command, rather than ```docker compose```. I think the...

📦 package: compose
✅ close on merge