Skip to content

Tags: oleg-nenashev/testcontainers-python

Tags

v3.7.1

Toggle v3.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request testcontainers#268 from pffijt/task/updated-sphinx…

…-build-and-added-some-documentation

Added additional documentation on containers

v3.7.0

Toggle v3.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request testcontainers#234 from pffijt/azurite

Add azurite module

v3.6.1

Toggle v3.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request testcontainers#232 from lippertto/elasticsearch-8

Support Elasticsearch 8.x

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request testcontainers#222 from tillahoffmann/arango-fix

Fix None/True/False handling in Arango.

v3.5.4

Toggle v3.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request testcontainers#210 from timbmg/docker-client-config

Allow Docker Client Configuration

v3.5.3

Toggle v3.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Consider ConnectionError a transient exception (fixes testcontainers#193

). (testcontainers#201)

v3.5.2

Toggle v3.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix deprecation warning message for `ElasticsearchContainer` (testcon…

…tainers#171)

Co-authored-by: Till Hoffmann <tillahoffmann@gmail.com>

v3.5.1

Toggle v3.5.1's commit message
Fix dependency regression (fixes testcontainers#194).

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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

v3.4.2

Toggle v3.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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`