Sizzing's picture
Upload folder using huggingface_hub
e56d042 verified

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.