summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-09-27 16:11:32 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-09-27 16:11:32 -0400
commitb9ea55f8616156820dca31ae0c65ba0115086e1e (patch)
tree684c29a56744407a8e2e6eb81fbc8f631953cb7e /CHANGES
parent40fd1997f0740b0111c4d7dabe06b73c1122ba4d (diff)
downloadsqlalchemy-b9ea55f8616156820dca31ae0c65ba0115086e1e.tar.gz
- more tests, move some tests out of test_reflection, test_query
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a727501a7..e3a893f34 100644
--- a/CHANGES
+++ b/CHANGES
@@ -349,6 +349,21 @@ underneath "0.7.xx".
phrases that invoke separately when RETURNING
is not used with INSERT. [ticket:2459]
+ - [feature] The libraries used by the test suite
+ have been moved around a bit so that they are
+ part of the SQLAlchemy install again. In addition,
+ a new suite of tests is present in the
+ new sqlalchemy.testing.suite package. This is
+ an under-development system that hopes to provide
+ a universal testing suite for external dialects.
+ Dialects which are maintained outside of SQLAlchemy
+ can use the new test fixture as the framework
+ for their own tests, and will get for free a
+ "compliance" suite of dialect-focused tests,
+ including an improved "requirements" system
+ where specific capabilities and features can
+ be enabled or disabled for testing.
+
- [bug] Fixed bug whereby if a database restart
affected multiple connections, each
connection would individually invoke a new