diff options
| author | Eric Streeper <eric.streeper@gmail.com> | 2015-03-18 22:56:18 -0700 |
|---|---|---|
| committer | Eric Streeper <eric.streeper@gmail.com> | 2015-03-18 22:56:18 -0700 |
| commit | 45876612d2342250b73a9d3d9afd2bd6008db4c6 (patch) | |
| tree | 7bba2fc049280d3cfee09e2b8ed3f6fe776148a0 /test/aaa_profiling/test_orm.py | |
| parent | e467db9edba1e629ba45704047fa76ecd08922ff (diff) | |
| download | sqlalchemy-45876612d2342250b73a9d3d9afd2bd6008db4c6.tar.gz | |
PEP8 cleanup in /test/aaa_profiling
Diffstat (limited to 'test/aaa_profiling/test_orm.py')
| -rw-r--r-- | test/aaa_profiling/test_orm.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/aaa_profiling/test_orm.py b/test/aaa_profiling/test_orm.py index 71e7b32f4..aeb069d90 100644 --- a/test/aaa_profiling/test_orm.py +++ b/test/aaa_profiling/test_orm.py @@ -462,6 +462,7 @@ class SessionTest(fixtures.MappedTest): sess.expire_all() go() + class QueryTest(fixtures.MappedTest): @classmethod def define_tables(cls, metadata): |
