]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
move memusage to the isolation chamber rel_0_5_0
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Jan 2009 18:30:38 +0000 (18:30 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Jan 2009 18:30:38 +0000 (18:30 +0000)
test/orm/alltests.py
test/profiling/alltests.py
test/profiling/memusage.py [moved from test/orm/memusage.py with 100% similarity]

index c38e2a444867858ebf9a99afc461da840a922b41..28870385480081761edb009f677ca08eae8ec1a5 100644 (file)
@@ -6,7 +6,6 @@ import sharding.alltests as sharding
 
 def suite():
     modules_to_test = (
-    'orm.memusage',
         'orm.attributes',
         'orm.bind',
         'orm.extendedattr',
index 9434032bdffc416dea056da00dea6ef8e2143342..9f35007481bee92403d20f6c361d15fda0adb888 100644 (file)
@@ -4,6 +4,7 @@ from testlib import sa_unittest as unittest
 
 def suite():
     modules_to_test = (
+        'profiling.memusage',
         'profiling.compiler',
         'profiling.pool',
         'profiling.zoomark',