Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 460 Bytes

File metadata and controls

23 lines (15 loc) · 460 Bytes

MiniStack Python Testcontainers Example

Integration tests for MiniStack using Testcontainers and boto3.

Prerequisites

  • Python 3.10+
  • Docker
  • pip

Setup

pip install -r requirements.txt

Run tests

pytest test_ministack.py -v

The tests automatically start a MiniStack container, wait for it to become healthy, and run S3, SQS, and DynamoDB integration tests against it.