From 6536af53fcbedb1af42dde824561252becbbd7e5 Mon Sep 17 00:00:00 2001 From: Jason Kirtland Date: Wed, 21 May 2008 03:33:54 +0000 Subject: [PATCH] - ...and added bind.py into the orm suite --- test/orm/alltests.py | 1 + 1 file changed, 1 insertion(+) 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', -- 2.47.3