Spaces:
Running
Running
File size: 460 Bytes
e56d042 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # MiniStack Python Testcontainers Example
Integration tests for MiniStack using [Testcontainers](https://testcontainers-python.readthedocs.io/) and boto3.
## Prerequisites
- Python 3.10+
- Docker
- pip
## Setup
```bash
pip install -r requirements.txt
```
## Run tests
```bash
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.
|