diff --git a/README.md b/README.md index 5d198f3e93..3ec31a269a 100644 --- a/README.md +++ b/README.md @@ -669,6 +669,8 @@ _Libraries for testing codebases and generating test data. Also see [awesome-pyt - Fake Data - [faker](https://github.com/joke2k/faker) - A Python package that generates fake data. - [mimesis](https://github.com/lk-geimfari/mimesis) - is a Python library that help you generate fake data. +- Database Migration Testing + - [pytest-mrt](https://github.com/croc100/pytest-mrt) - A pytest plugin for verifying that Alembic and Django database migrations are safely reversible. ### Debugging Tools