From 1a51ac057f78fd81f10edbf6e2637ea2e8992ae8 Mon Sep 17 00:00:00 2001 From: Gord Thompson Date: Thu, 1 Jul 2021 12:09:35 -0600 Subject: [PATCH] Add changelog entry for test suite Change-Id: Ibb1aba8f714bc167068a58069426591b5361bf3a --- docs/build/unreleased/855.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/build/unreleased/855.rst diff --git a/docs/build/unreleased/855.rst b/docs/build/unreleased/855.rst new file mode 100644 index 00000000..53218245 --- /dev/null +++ b/docs/build/unreleased/855.rst @@ -0,0 +1,14 @@ +.. change:: + :tags: feature, tests + :tickets: 855 + + Created a "test suite" similar to the one for SQLAlchemy, allowing + developers of third-party dialects to test their code against a set of + Alembic tests that have been specially selected to exercise + back-end database operations. At the time of release, + third-party dialects that have adopted the Alembic test suite to verify + compatibility include + `CockroachDB + `_ and + `SAP ASE (Sybase) + `_. -- 2.47.2