From 0cdaf7883a39dfed43dcfbf8b9499c7523cc781f Mon Sep 17 00:00:00 2001 From: croc100 Date: Sat, 6 Jun 2026 21:16:32 +0900 Subject: [PATCH] docs: add pytest-mrt to third-party tools section --- docs/build/front.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/build/front.rst b/docs/build/front.rst index bb3d531b..cede2fe0 100644 --- a/docs/build/front.rst +++ b/docs/build/front.rst @@ -116,6 +116,17 @@ part of the SQLAlchemy_ project. User issues, discussion of potential bugs and features are most easily discussed using `GitHub Discussions `_. +.. _third_party_tools: + +Third-party Tools +================= + +The following projects extend or complement Alembic: + +* `pytest-mrt `_ + A pytest plugin and CLI for verifying that Alembic (and Django) migrations + are safely reversible — detects rollback failures before they reach production. + .. _bugs: Bugs