From: Mike Bayer Date: Fri, 3 Apr 2009 19:37:56 +0000 (+0000) Subject: add defaults to alltests X-Git-Tag: rel_0_5_4~38 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4e2ac317129de654ea6f44bae5cf19dc2b6417e3;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add defaults to alltests --- 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',