diff options
-rw-r--r-- | test/orm/alltests.py | 1 | ||||
-rw-r--r-- | test/profiling/alltests.py | 1 | ||||
-rw-r--r-- | test/profiling/memusage.py (renamed from test/orm/memusage.py) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/alltests.py b/test/orm/alltests.py index c38e2a444..288703854 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 9434032bd..9f3500748 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 index ab6a5e2c0..ab6a5e2c0 100644 --- a/test/orm/memusage.py +++ b/test/profiling/memusage.py |