diff options
author | Eric Streeper <eric.streeper@gmail.com> | 2015-03-18 21:38:57 -0700 |
---|---|---|
committer | Eric Streeper <eric.streeper@gmail.com> | 2015-03-18 21:38:57 -0700 |
commit | e467db9edba1e629ba45704047fa76ecd08922ff (patch) | |
tree | ae8e7d1df820e17e71229d98b6125d0174abe97e /test/sql/test_generative.py | |
parent | cd076470baf2fce0eebf5853e3145d96a9d48378 (diff) | |
download | sqlalchemy-e467db9edba1e629ba45704047fa76ecd08922ff.tar.gz |
PEP8 cleanup in /test/sql
Diffstat (limited to 'test/sql/test_generative.py')
-rw-r--r-- | test/sql/test_generative.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/sql/test_generative.py b/test/sql/test_generative.py index 6b86614e6..12bfdfa9d 100644 --- a/test/sql/test_generative.py +++ b/test/sql/test_generative.py @@ -878,7 +878,6 @@ class ColumnAdapterTest(fixtures.TestBase, AssertsCompiledSQL): a2_to_a1.columns[t2.c.col2], stmt2.c.col2 ) - def test_wrapping_multiple(self): """illustrate that wrapping runs both adapters""" @@ -1531,7 +1530,6 @@ class ClauseAdapterTest(fixtures.TestBase, AssertsCompiledSQL): eq_(l3._allow_label_resolve, False) - class SpliceJoinsTest(fixtures.TestBase, AssertsCompiledSQL): __dialect__ = 'default' |