From: Mike Bayer Date: Tue, 6 Jan 2009 18:30:38 +0000 (+0000) Subject: move memusage to the isolation chamber X-Git-Tag: rel_0_5_0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e79d6e28ea8e68a4ee4a58c138115608a30e41b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git move memusage to the isolation chamber --- diff --git a/test/orm/alltests.py b/test/orm/alltests.py index c38e2a4448..2887038548 100644 --- a/test/orm/alltests.py +++ b/test/orm/alltests.py @@ -6,7 +6,6 @@ import sharding.alltests as sharding def suite(): modules_to_test = ( - 'orm.memusage', 'orm.attributes', 'orm.bind', 'orm.extendedattr', diff --git a/test/profiling/alltests.py b/test/profiling/alltests.py index 9434032bdf..9f35007481 100644 --- a/test/profiling/alltests.py +++ b/test/profiling/alltests.py @@ -4,6 +4,7 @@ from testlib import sa_unittest as unittest def suite(): modules_to_test = ( + 'profiling.memusage', 'profiling.compiler', 'profiling.pool', 'profiling.zoomark', diff --git a/test/orm/memusage.py b/test/profiling/memusage.py similarity index 100% rename from test/orm/memusage.py rename to test/profiling/memusage.py