summaryrefslogtreecommitdiff
path: root/test/orm/alltests.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-09-28 05:26:26 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-09-28 05:26:26 +0000
commit7a6e6711996cfc08fdb38d766bac464d1a33e5a9 (patch)
tree389e9299ffba0b555bd8b2cdf736bf5fcdc78b22 /test/orm/alltests.py
parent35fe9f7b588e8956fec069e72b9bd81ffa455423 (diff)
downloadsqlalchemy-7a6e6711996cfc08fdb38d766bac464d1a33e5a9.tar.gz
- more adjustments to the eager load table finder to work with existing mappings
against selects and query-created limit/offset subselects - added eagertest3 to orm/alltests.py
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 814b2d760..7fcac805a 100644
--- a/test/orm/alltests.py
+++ b/test/orm/alltests.py
@@ -7,6 +7,7 @@ def suite():
'orm.lazytest1',
'orm.eagertest1',
'orm.eagertest2',
+ 'orm.eagertest3',
'orm.sessioncontext',
'orm.unitofwork',