Tags: ccl0326/testcontainers-python
Tags
Merge pull request testcontainers#222 from tillahoffmann/arango-fix Fix None/True/False handling in Arango.
Merge pull request testcontainers#210 from timbmg/docker-client-config Allow Docker Client Configuration
Consider ConnectionError a transient exception (fixes testcontainers#193 ). (testcontainers#201)
[Fix/144] wait_for_logs working for DockerCompose (testcontainers#149) * Fix/issue 144 (testcontainers#1) * added logs for container * updated docker compose for tests * added test for container logs * Add newline at the end of test_core.py * Fix Linter typo and replaced legacy README file extension in dockerfile
unset default for host in pg conn url (testcontainers#145) the host will correctly be assigned in `_create_connection_url` using `get_container_host_ip`
adding kafka test container support (testcontainers#127) * adding kafka containers support * Removing the assertions inside the for loop as they are not guarenteed to provide correct feedback
PreviousNext