]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- ...and added bind.py into the orm suite
authorJason Kirtland <jek@discorporate.us>
Wed, 21 May 2008 03:33:54 +0000 (03:33 +0000)
committerJason Kirtland <jek@discorporate.us>
Wed, 21 May 2008 03:33:54 +0000 (03:33 +0000)
test/orm/alltests.py

index 77745aea144e04a633097b85ddffc81b0a7fd84c..6d6db3a19fd54817f23402cece41d6433f036c20 100644 (file)
@@ -7,6 +7,7 @@ import sharding.alltests as sharding
 def suite():
     modules_to_test = (
         'orm.attributes',
+        'orm.bind',
         'orm.extendedattr',
         'orm.instrumentation',
         'orm.query',