summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_memusage.py
diff options
context:
space:
mode:
authorTaavi Burns <taavi.burns@gmail.com>2010-11-20 08:30:07 -0500
committerTaavi Burns <taavi.burns@gmail.com>2010-11-20 08:30:07 -0500
commit426501cba7a578245b1c232e6747ff24ce94e263 (patch)
tree0f5bf8c4ecd509c72216dce3d45deca88e9f67ba /test/aaa_profiling/test_memusage.py
parentdf1d3cb9d575dfa38c7cb81f5486a80ddf114b3f (diff)
downloadsqlalchemy-426501cba7a578245b1c232e6747ff24ce94e263.tar.gz
DecimalResultProcessor memory testing is likely to catch something only when cextensions are enabled. [ticket:1978]
Diffstat (limited to 'test/aaa_profiling/test_memusage.py')
-rw-r--r--test/aaa_profiling/test_memusage.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py
index ca0fa1a9f..2246f2f1f 100644
--- a/test/aaa_profiling/test_memusage.py
+++ b/test/aaa_profiling/test_memusage.py
@@ -568,12 +568,14 @@ class MemUsageTest(EnsureZeroed):
cast.compile(dialect=dialect)
go()
+ @testing.requires.cextensions
def test_DecimalResultProcessor_init(self):
@profile_memory
def go():
to_decimal_processor_factory({}, 10)
go()
+ @testing.requires.cextensions
def test_DecimalResultProcessor_process(self):
@profile_memory
def go():