View Source Testcontainers.CassandraContainer (testcontainers v1.8.0)

Provides functionality for creating and managing Cassandra container configurations.

Summary

Functions

Generates the connection URL for accessing the Cassandra service running within the container.

Retrieves the port mapped by the Docker host for the Cassandra container.

Functions

Link to this function

connection_uri(container)

View Source

Generates the connection URL for accessing the Cassandra service running within the container.

Retrieves the port mapped by the Docker host for the Cassandra container.

Link to this function

with_image(config, image)

View Source