testcontainers_on_whales.eventstoredb# Module Contents# Classes# EventStoreDBContainer An abstract base class for context managers. class testcontainers_on_whales.eventstoredb.EventStoreDBContainer(image='docker.io/eventstore/eventstore:latest')[source]# Bases: testcontainers_on_whales.Container An abstract base class for context managers. Parameters: image (str) – EVENTSTOREDB_HTTP_PORT = 2113# EVENTSTOREDB_TCP_PORT = 1113# get_connection_url()[source]# Return type: str get_client()[source]# Return type: eventstoredb.Client readiness_probe()[source]# Return type: bool