Skip to main content

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

Project description

Poetry Ruff PyPI - Version PyPI - License PyPI - Python Version codecov Core Tests Community Tests Docs

Codespace

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.

Contributing / Development / Release

See CONTRIBUTING.md for more details.

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.8.1 Custom image for ryuk
RYUK_RECONNECTION_TIMEOUT 10s Reconnection timeout for Ryuk TCP socket before Ryuk reaps all dangling containers

Project details


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.10.0.tar.gz (63.3 kB view details)

Uploaded Source

Built Distribution

testcontainers-4.10.0-py3-none-any.whl (107.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: testcontainers-4.10.0.tar.gz
  • Upload date:
  • Size: 63.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for testcontainers-4.10.0.tar.gz
Algorithm Hash digest
SHA256 03f85c3e505d8b4edeb192c72a961cebbcba0dd94344ae778b4a159cb6dcf8d3
MD5 21e2df1e188b68225b5df09548516a1b
BLAKE2b-256 a1499c618aff1c50121d183cdfbc3a4a5cf2727a2cde1893efe6ca55c7009196

See more details on using hashes here.

Provenance

The following attestation bundles were made for testcontainers-4.10.0.tar.gz:

Publisher: release-please.yml on testcontainers/testcontainers-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for testcontainers-4.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 31ed1a81238c7e131a2a29df6db8f23717d892b592fa5a1977fd0dcd0c23fc23
MD5 83bdb5368737889c1e869d24139dfb77
BLAKE2b-256 1c0a824b0c1ecf224802125279c3effff2e25ed785ed046e67da6e53d928de4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for testcontainers-4.10.0-py3-none-any.whl:

Publisher: release-please.yml on testcontainers/testcontainers-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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