From: Jason Kirtland Date: Wed, 21 May 2008 03:33:54 +0000 (+0000) Subject: - ...and added bind.py into the orm suite X-Git-Tag: rel_0_5beta1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6536af53fcbedb1af42dde824561252becbbd7e5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - ...and added bind.py into the orm suite --- diff --git a/test/orm/alltests.py b/test/orm/alltests.py index 77745aea14..6d6db3a19f 100644 --- a/test/orm/alltests.py +++ b/test/orm/alltests.py @@ -7,6 +7,7 @@ import sharding.alltests as sharding def suite(): modules_to_test = ( 'orm.attributes', + 'orm.bind', 'orm.extendedattr', 'orm.instrumentation', 'orm.query',