summaryrefslogtreecommitdiff
path: root/test/alltests.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-03-06 19:06:06 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-03-06 19:06:06 +0000
commit32aa76601daffba2c43b784f587c8d614e495324 (patch)
treeaa875f9041fc858db94d0d255bb1dd5188bfd857 /test/alltests.py
parent34cd446912bbff2426a6e6a0dd78b490b8c54e43 (diff)
downloadsqlalchemy-32aa76601daffba2c43b784f587c8d614e495324.tar.gz
fixed bug in eager loading on a many-to-one [ticket:96], added the ticket tests as a unit test eagerload2.
got eagerload1 to be a unit test also.
Diffstat (limited to 'test/alltests.py')
-rw-r--r--test/alltests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/alltests.py b/test/alltests.py
index d60ba6272..3199b89f9 100644
--- a/test/alltests.py
+++ b/test/alltests.py
@@ -32,6 +32,8 @@ def suite():
# ORM selecting
'mapper',
+ 'eagertest1',
+ 'eagertest2',
# ORM persistence
'objectstore',