diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-05-29 22:15:16 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-05-29 22:15:16 +0000 |
| commit | 487ff607d2618ebe363d5721bb64e5c7f64861f2 (patch) | |
| tree | 6f8472e700f36b9b253f3c7e0448b69f7e26fe6c /test/alltests.py | |
| parent | ec48df4fc346125e420a046146427dfb6545f686 (diff) | |
| download | sqlalchemy-487ff607d2618ebe363d5721bb64e5c7f64861f2.tar.gz | |
polymorphic linked list test, tests polymorphic inheritance with circular refs
Diffstat (limited to 'test/alltests.py')
| -rw-r--r-- | test/alltests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/alltests.py b/test/alltests.py index 99573fc1d..a0ee689fc 100644 --- a/test/alltests.py +++ b/test/alltests.py @@ -44,6 +44,7 @@ def suite(): # cyclical ORM persistence 'cycles', + 'poly_linked_list', # more select/persistence, backrefs 'entity', |
