summaryrefslogtreecommitdiff
path: root/test/orm/alltests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/orm/alltests.py')
-rw-r--r--test/orm/alltests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/orm/alltests.py b/test/orm/alltests.py
index 4f8f4b6b7..9fcea8859 100644
--- a/test/orm/alltests.py
+++ b/test/orm/alltests.py
@@ -11,6 +11,7 @@ def suite():
'orm.lazy_relations',
'orm.eager_relations',
'orm.mapper',
+ 'orm.selectable',
'orm.collection',
'orm.generative',
'orm.lazytest1',