diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-02-16 06:37:41 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-02-16 06:37:41 +0000 |
commit | 435d2355c956f1af215a8e3d90fc1b3a5b7b903f (patch) | |
tree | ce4c8817d20e2cf6e02ba41617b492ce2856f2c0 /test/alltests.py | |
parent | 52396072d0971086321d2908575a2e6b7d067ba3 (diff) | |
download | sqlalchemy-435d2355c956f1af215a8e3d90fc1b3a5b7b903f.tar.gz |
inheritance test
tweaking to try to get alltests to work, unsuccessful
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 681014448..f77a46470 100644 --- a/test/alltests.py +++ b/test/alltests.py @@ -39,6 +39,7 @@ def suite(): # more select/persistence, backrefs 'manytomany', #'onetoone', + #'inheritance', # extensions 'proxy_engine', |