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:9.5") as postgres:
...     engine = sqlalchemy.create_engine(postgres.get_connection_url())
...     result = engine.execute("select version()")
...     version, = result.fetchone()
>>> version
'PostgreSQL 9.5...'

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.0rc2.tar.gz (25.1 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.0rc2-py3-none-any.whl (43.1 kB view details)

Uploaded Python 3

File details

Details for the file testcontainers-4.0.0rc2.tar.gz.

File metadata

  • Download URL: testcontainers-4.0.0rc2.tar.gz
  • Upload date:
  • Size: 25.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/6.2.0-39-generic

File hashes

Hashes for testcontainers-4.0.0rc2.tar.gz
Algorithm Hash digest
SHA256 dd8c606bb17a8b55a0b5fe2d19c9611088091c38f7c422c76b54d1cfa4e89aae
MD5 ee7cd9060d9ec369cb33d32b710f5352
BLAKE2b-256 8827ad55e2efeafefe4e2ebabe004a0e5cd2ba2dad6aef108bc198225f9a5a60

See more details on using hashes here.

File details

Details for the file testcontainers-4.0.0rc2-py3-none-any.whl.

File metadata

  • Download URL: testcontainers-4.0.0rc2-py3-none-any.whl
  • Upload date:
  • Size: 43.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/6.2.0-39-generic

File hashes

Hashes for testcontainers-4.0.0rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 d93b29ef3e0ce7c949a60296cf0f955c14f1552193a8fd32b2206396f7726957
MD5 989fea2f1985054b88808953d01d4026
BLAKE2b-256 cea68cb618a4991b7d54a6d962ea5fb062d389eab9a3abce3e9c8b0c87239523

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