From 664d4625e1ed071422a0f8a4a516f4ff26fe4021 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 16 Feb 2006 06:40:20 +0000 Subject: [PATCH] got inheritance into alltest --- test/alltests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.47.2