summaryrefslogtreecommitdiff
path: root/test/alltests.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-04-19 18:24:45 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-04-19 18:24:45 +0000
commit33f87bd0f5440028c4b1c5658dc9117ffc354b81 (patch)
treeaee33ab9da46f78924c7f3dccdda1219f1d843fb /test/alltests.py
parent3ffa0bda31e2e590ff28f1bb1cccccda010b4462 (diff)
downloadsqlalchemy-33f87bd0f5440028c4b1c5658dc9117ffc354b81.tar.gz
got circular many-to-many relationships to work
Diffstat (limited to 'test/alltests.py')
-rw-r--r--test/alltests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/alltests.py b/test/alltests.py
index 6b2d068cb..f0e17b39c 100644
--- a/test/alltests.py
+++ b/test/alltests.py
@@ -39,6 +39,7 @@ def suite():
# ORM persistence
'objectstore',
+ 'relationships',
# cyclical ORM persistence
'cycles',