From: Gord Thompson Date: Thu, 1 Jul 2021 18:09:35 +0000 (-0600) Subject: Add changelog entry for test suite X-Git-Tag: rel_1_7_0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a51ac057f78fd81f10edbf6e2637ea2e8992ae8;p=thirdparty%2Fsqlalchemy%2Falembic.git Add changelog entry for test suite Change-Id: Ibb1aba8f714bc167068a58069426591b5361bf3a --- 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) + `_.