From: Mike Bayer Date: Thu, 16 Feb 2006 06:40:20 +0000 (+0000) Subject: got inheritance into alltest X-Git-Tag: rel_0_1_1~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=664d4625e1ed071422a0f8a4a516f4ff26fe4021;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git got inheritance into alltest --- diff --git a/test/alltests.py b/test/alltests.py index f77a46470b..83b1647318 100644 --- a/test/alltests.py +++ b/test/alltests.py @@ -39,7 +39,7 @@ def suite(): # more select/persistence, backrefs 'manytomany', #'onetoone', - #'inheritance', + 'inheritance', # extensions 'proxy_engine',