Skip to main content

Python library for throwaway instances of anything that can run in a Docker container

Project description

Testcontainers Python

testcontainers-python facilitates the use of Docker containers for functional and integration testing.

For more information, see the docs.

Getting Started

>>> from testcontainers.postgres import PostgresContainer
>>> import sqlalchemy

>>> with PostgresContainer("postgres:16") as postgres:
...     engine = sqlalchemy.create_engine(postgres.get_connection_url())
...     with engine.begin() as connection:
...         result = connection.execute(sqlalchemy.text("select version()"))
...         version, = result.fetchone()
>>> version
'PostgreSQL 16...'

The snippet above will spin up a postgres database in a container. The get_connection_url() convenience method returns a sqlalchemy compatible url we use to connect to the database and retrieve the database version.

Configuration

Env Variable Example Description
TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE /var/run/docker.sock Path to Docker's socket used by ryuk
TESTCONTAINERS_RYUK_PRIVILEGED false Run ryuk as a privileged container
TESTCONTAINERS_RYUK_DISABLED false Disable ryuk
RYUK_CONTAINER_IMAGE testcontainers/ryuk:0.7.0 Custom image for ryuk
RYUK_RECONNECTION_TIMEOUT 10s Reconnection timeout for Ryuk TCP socket before Ryuk reaps all dangling containers

Project details


Release history Release notifications | RSS feed

This version

4.3.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

testcontainers-4.3.2.tar.gz (40.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

testcontainers-4.3.2-py3-none-any.whl (68.5 kB view details)

Uploaded Python 3

File details

Details for the file testcontainers-4.3.2.tar.gz.

File metadata

  • Download URL: testcontainers-4.3.2.tar.gz
  • Upload date:
  • Size: 40.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for testcontainers-4.3.2.tar.gz
Algorithm Hash digest
SHA256 acc8bce39043130c571e82f5fb8182b70a785dd1cc817f904c81005cd5bb425c
MD5 bb65f929cf28473651ab59fff07d7a1d
BLAKE2b-256 77ab1c3de2c95044c6ab83fc62d9f6fc4a16d9ee8cad5a6d1c9202af8c0de65d

See more details on using hashes here.

File details

Details for the file testcontainers-4.3.2-py3-none-any.whl.

File metadata

  • Download URL: testcontainers-4.3.2-py3-none-any.whl
  • Upload date:
  • Size: 68.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for testcontainers-4.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1fb85448cd11e60389b7c611017fb1c212bb77c6830f284c7e12efd94248943f
MD5 c5e4584b47d6fdcafa4767fd5bbd4aa0
BLAKE2b-256 43ef1abb46bb59c37c64d47f403bc06c16f23baca919c8f32cd1b04780d8a6a5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page