summaryrefslogtreecommitdiff
path: root/test/orm/alltests.py
diff options
context:
space:
mode:
authorAnts Aasma <ants.aasma@gmail.com>2009-04-06 07:03:13 +0000
committerAnts Aasma <ants.aasma@gmail.com>2009-04-06 07:03:13 +0000
commit9ffd3ddb00d782723f7faf7e6e67804751daafc8 (patch)
tree2c2a23700c36e2db839f206c61e4d2e51e77b329 /test/orm/alltests.py
parentf77c9f950f361af9188598718bd61ae147b5d2f6 (diff)
downloadsqlalchemy-9ffd3ddb00d782723f7faf7e6e67804751daafc8.tar.gz
- Fixed the evaluator not being able to evaluate IS NULL clauses.
- Added evaluator tests to orm/alltests.py
Diffstat (limited to 'test/orm/alltests.py')
-rw-r--r--test/orm/alltests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/orm/alltests.py b/test/orm/alltests.py
index a95eca762..9458ca523 100644
--- a/test/orm/alltests.py
+++ b/test/orm/alltests.py
@@ -41,6 +41,8 @@ def suite():
'orm.onetoone',
'orm.dynamic',
+ 'orm.evaluator',
+
'orm.deprecations',
)
alltests = unittest.TestSuite()