MCPcopy
hub / github.com/dbcli/pgcli / test_where_suggests_columns_functions

Function test_where_suggests_columns_functions

tests/test_sqlcompletion.py:74–76  ·  view source on GitHub ↗
(expression)

Source from the content-addressed store, hash-verified

72 ],
73)
74def test_where_suggests_columns_functions(expression):
75 suggestions = suggest_type(expression, expression)
76 assert set(suggestions) == cols_etc("tabl", last_keyword="WHERE")
77
78
79@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 2

suggest_typeFunction · 0.90
cols_etcFunction · 0.85

Tested by

no test coverage detected