diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-03-24 11:33:53 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-03-24 11:33:53 -0400 |
| commit | 2f150bee28525d49e7f36d2e0c7fbeda2352bc3a (patch) | |
| tree | 677058b86afae6dd11308d21e71d170e0b0673b4 /test/aaa_profiling/test_memusage.py | |
| parent | 87d7076b49ec52d6f890d1dc56f61ea2eb83f3a6 (diff) | |
| download | sqlalchemy-2f150bee28525d49e7f36d2e0c7fbeda2352bc3a.tar.gz | |
- rename __multiple__ to __backend__, and apply __backend__ to a large number of tests.
- move out logging tests from test_execute to test_logging
Diffstat (limited to 'test/aaa_profiling/test_memusage.py')
| -rw-r--r-- | test/aaa_profiling/test_memusage.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py index 3766abb88..f9c853b89 100644 --- a/test/aaa_profiling/test_memusage.py +++ b/test/aaa_profiling/test_memusage.py @@ -84,6 +84,7 @@ class EnsureZeroed(fixtures.ORMTest): class MemUsageTest(EnsureZeroed): __requires__ = 'cpython', + __backend__ = True # ensure a pure growing test trips the assertion @testing.fails_if(lambda: True) |
