Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.