]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Add changelog entry for test suite
authorGord Thompson <gord@gordthompson.com>
Thu, 1 Jul 2021 18:09:35 +0000 (12:09 -0600)
committerGord Thompson <gord@gordthompson.com>
Thu, 1 Jul 2021 18:09:35 +0000 (12:09 -0600)
Change-Id: Ibb1aba8f714bc167068a58069426591b5361bf3a

docs/build/unreleased/855.rst [new file with mode: 0644]

diff --git a/docs/build/unreleased/855.rst b/docs/build/unreleased/855.rst
new file mode 100644 (file)
index 0000000..5321824
--- /dev/null
@@ -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
+        <https://pypi.org/project/sqlalchemy-cockroachdb/>`_ and
+    `SAP ASE (Sybase)
+        <https://pypi.org/project/sqlalchemy-sybase/>`_.