Add pytest-mrt under Testing > Database Migration Testing

This commit is contained in:
croc100 2026-06-06 21:17:12 +09:00
parent 235034565f
commit 53bbb0b477

View file

@ -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