summaryrefslogtreecommitdiff
path: root/docs/build/unreleased/855.rst
blob: 0609fb7718aa58d8beb511d7783e37cc55d24dda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.. 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/>`_.