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/sql/test_rowcount.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/sql/test_rowcount.py')
| -rw-r--r-- | test/sql/test_rowcount.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sql/test_rowcount.py b/test/sql/test_rowcount.py index 2dbf4f3ea..2d3c51fa2 100644 --- a/test/sql/test_rowcount.py +++ b/test/sql/test_rowcount.py @@ -7,6 +7,7 @@ class FoundRowsTest(fixtures.TestBase, AssertsExecutionResults): """tests rowcount functionality""" __requires__ = ('sane_rowcount', ) + __backend__ = True @classmethod def setup_class(cls): |
