MCPcopy Create free account
hub / github.com/dbcli/mssql-cli / test_find_prev_keyword_open_parens

Function test_find_prev_keyword_open_parens

tests/parseutils/test_parseutils.py:237–239  ·  view source on GitHub ↗
(sql)

Source from the content-addressed store, hash-verified

235 'select * from foo() as bar (baz '
236])
237def test_find_prev_keyword_open_parens(sql):
238 kw, _ = find_prev_keyword(sql)
239 assert kw.value == '('
240
241
242@pytest.mark.parametrize('sql', [

Callers

nothing calls this directly

Calls 1

find_prev_keywordFunction · 0.90

Tested by

no test coverage detected