From 53bbb0b4777fc3ea7cb32e92984e7ddd61be8b92 Mon Sep 17 00:00:00 2001 From: croc100 Date: Sat, 6 Jun 2026 21:17:12 +0900 Subject: [PATCH] Add pytest-mrt under Testing > Database Migration Testing --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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