From 4e2ac317129de654ea6f44bae5cf19dc2b6417e3 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 3 Apr 2009 19:37:56 +0000 Subject: [PATCH] add defaults to alltests --- test/orm/alltests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/orm/alltests.py b/test/orm/alltests.py index 2887038548..a95eca7629 100644 --- a/test/orm/alltests.py +++ b/test/orm/alltests.py @@ -22,6 +22,7 @@ def suite(): 'orm.assorted_eager', 'orm.naturalpks', + 'orm.defaults', 'orm.unitofwork', 'orm.session', 'orm.transaction', -- 2.47.3