]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
changelog gh/upgrade_testing
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Sep 2014 21:10:34 +0000 (17:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Sep 2014 21:10:34 +0000 (17:10 -0400)
docs/build/changelog.rst

index 3207e688a440418b765a11a7268a1877b662d226..8ed6eb8be700df57531c2e2270a47781600afa67 100644 (file)
@@ -5,6 +5,14 @@ Changelog
 .. changelog::
     :version: 0.7.0
 
+    .. change::
+      :tags: feature
+
+      SQLAlchemy's testing infrastructure is now used to run tests.
+      This system supports both nose and pytest and opens the way
+      for Alembic testing to support any number of backends, parallel
+      testing, and 3rd party dialect testing.
+
     .. change::
       :tags: change