testcontainersEasy Playground

Spin up Docker containers (databases, brokers) for integration tests

Getting started with testcontainersRun locally
Install
pip install testcontainers
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: testcontainers)

testcontainers is a third-party package. Spin up Docker containers (databases, brokers) for integration tests. Install with: pip install testcontainers

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?