Metadata-Version: 2.4
Name: ry-testkit
Version: 0.1.1
Summary: Shared integration test base classes for Redis and Postgres containers
Author: Ross Yeager
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: psycopg2-binary
Requires-Dist: redis
Requires-Dist: testcontainers

# ry-testkit

Shared Redis/Postgres integration test base classes.

## Install

```bash
pip install ry-testkit
```
