summaryrefslogtreecommitdiffstats
path: root/tests/test_smart_completion_multiple_schemata.py
diff options
context:
space:
mode:
authorÉtienne BERSAC <etienne.bersac@dalibo.com>2017-06-14 17:06:04 +0200
committerÉtienne BERSAC <etienne.bersac@dalibo.com>2017-06-14 18:12:05 +0200
commite124c035756dc3407778eb3cd26bd691542fdff1 (patch)
tree1b795d90ccac22ffa29da3d02bcc1464f0442310 /tests/test_smart_completion_multiple_schemata.py
parentf4d6adfc2c7c34799711c5ed7d425c55f9719e4a (diff)
Fix PEP8 empty line errors
Diffstat (limited to 'tests/test_smart_completion_multiple_schemata.py')
-rw-r--r--tests/test_smart_completion_multiple_schemata.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_smart_completion_multiple_schemata.py b/tests/test_smart_completion_multiple_schemata.py
index df6ecc37..89e2f568 100644
--- a/tests/test_smart_completion_multiple_schemata.py
+++ b/tests/test_smart_completion_multiple_schemata.py
@@ -547,6 +547,7 @@ def test_schema_object_order(completer):
table(t, pos=-1) for t in ('users', 'custom."Users"', 'custom.users')
]
+
@parametrize('completer', completers(casing=False, filtr=False, aliasing=False))
def test_all_schema_objects(completer):
text = ('SELECT * FROM ')