summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-09-13 17:10:34 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-09-13 17:10:34 -0400
commit10e9b2e1eab69bbfc249562994b951b3dc191bb8 (patch)
tree61abb3efe98f729f669dcb40918fd22992b5342c
parentff93b35a710620eee447bb481b15c19033b0e348 (diff)
downloadalembic-upgrade_testing.tar.gz
-rw-r--r--docs/build/changelog.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index 3207e68..8ed6eb8 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -6,6 +6,14 @@ 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
Minimum SQLAlchemy version is now 0.8.4.