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.

Project details


Release history Release notifications | RSS feed

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.0.1.tar.gz (30.4 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.0.1-py3-none-any.whl (48.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: testcontainers-4.0.1.tar.gz
  • Upload date:
  • Size: 30.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/6.5.0-14-generic

File hashes

Hashes for testcontainers-4.0.1.tar.gz
Algorithm Hash digest
SHA256 2c91b1fd8fc9901a08054206f1df108cb07685fc30232e6332ee12f292a17ea1
MD5 d8fd4964625c2ef66655bbb6a6c1f519
BLAKE2b-256 62a44d309a8916483461c389d6003a60ccfb023066d7db218ccd25cab0015ce1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: testcontainers-4.0.1-py3-none-any.whl
  • Upload date:
  • Size: 48.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/6.5.0-14-generic

File hashes

Hashes for testcontainers-4.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0359c1391124d594caeb96f0adddbf16fd07aeec8cea5bbc00f9c44a140e3b25
MD5 32139f84c5dedee4d80f0397f6bbbb84
BLAKE2b-256 8db016d4dfbe6d795741f3b55d7c20632ab927f6095ee3b7555cd95dfe4516ad

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