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_compiler.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_compiler.py')
| -rw-r--r-- | test/aaa_profiling/test_compiler.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/aaa_profiling/test_compiler.py b/test/aaa_profiling/test_compiler.py index 8304296da..659f79664 100644 --- a/test/aaa_profiling/test_compiler.py +++ b/test/aaa_profiling/test_compiler.py @@ -4,6 +4,7 @@ from sqlalchemy.engine import default class CompileTest(fixtures.TestBase, AssertsExecutionResults): __requires__ = 'cpython', + __backend__ = True @classmethod def setup_class(cls): |
