From bb5f4392a4ecbcbaf4e34886a65a8bba42e227d5 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 18 Jul 2014 17:40:58 -0400 Subject: - update the flake8 rules again - apply autopep8 + manual fixes to most of test/sql/ --- test/sql/test_case_statement.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/sql/test_case_statement.py') diff --git a/test/sql/test_case_statement.py b/test/sql/test_case_statement.py index 977bb00a4..f7025b360 100644 --- a/test/sql/test_case_statement.py +++ b/test/sql/test_case_statement.py @@ -143,12 +143,12 @@ class CaseTest(fixtures.TestBase, AssertsCompiledSQL): eq_(s.execute().fetchall(), [ ('no ', ), ('no ', ), ('no ', ), ('yes', ), ('no ', ), ('no ', ), - ]) + ]) else: eq_(s.execute().fetchall(), [ ('no', ), ('no', ), ('no', ), ('yes', ), ('no', ), ('no', ), - ]) + ]) @testing.fails_on('firebird', 'FIXME: unknown') def testcase_with_dict(self): -- cgit v1.2.1