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.
Contributing / Development / Release
See CONTRIBUTING.md for more details.
Configuration
You can set environment variables to configure the library behaviour:
| 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 |
Alternatively you can set the configuration during runtime:
from testcontainers.core import testcontainers_config
testcontainers_config.ryuk_docker_socket = "/home/user/docker.sock"
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file testcontainers-4.13.2.tar.gz.
File metadata
- Download URL: testcontainers-4.13.2.tar.gz
- Upload date:
- Size: 78.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2315f1e21b059427a9d11e8921f85fef322fbe0d50749bcca4eaa11271708ba4
|
|
| MD5 |
ff954b12122b810863eef8a7e7c135b9
|
|
| BLAKE2b-256 |
1851edac83edab339d8b4dce9a7b659163afb1ea7e011bfed1d5573d495a4485
|
Provenance
The following attestation bundles were made for testcontainers-4.13.2.tar.gz:
Publisher:
release-please.yml on testcontainers/testcontainers-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
testcontainers-4.13.2.tar.gz -
Subject digest:
2315f1e21b059427a9d11e8921f85fef322fbe0d50749bcca4eaa11271708ba4 - Sigstore transparency entry: 591016574
- Sigstore integration time:
-
Permalink:
testcontainers/testcontainers-python@5c1504c217d8cd3debd99dee54db826e49bfa579 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/testcontainers
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-please.yml@5c1504c217d8cd3debd99dee54db826e49bfa579 -
Trigger Event:
push
-
Statement type:
File details
Details for the file testcontainers-4.13.2-py3-none-any.whl.
File metadata
- Download URL: testcontainers-4.13.2-py3-none-any.whl
- Upload date:
- Size: 124.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0209baf8f4274b568cde95bef2cadf7b1d33b375321f793790462e235cd684ee
|
|
| MD5 |
cae089dae9ccd0a4b5d220642ec860f8
|
|
| BLAKE2b-256 |
2a5e73aa94770f1df0595364aed526f31d54440db5492911e2857318ed326e51
|
Provenance
The following attestation bundles were made for testcontainers-4.13.2-py3-none-any.whl:
Publisher:
release-please.yml on testcontainers/testcontainers-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
testcontainers-4.13.2-py3-none-any.whl -
Subject digest:
0209baf8f4274b568cde95bef2cadf7b1d33b375321f793790462e235cd684ee - Sigstore transparency entry: 591016581
- Sigstore integration time:
-
Permalink:
testcontainers/testcontainers-python@5c1504c217d8cd3debd99dee54db826e49bfa579 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/testcontainers
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-please.yml@5c1504c217d8cd3debd99dee54db826e49bfa579 -
Trigger Event:
push
-
Statement type: