MCPcopy Index your code
hub / github.com/dbcli/mycli / test_last_word

Function test_last_word

test/pytests/test_sql_utils.py:203–204  ·  view source on GitHub ↗
(text, include, expected)

Source from the content-addressed store, hash-verified

201 ],
202)
203def test_last_word(text, include, expected):
204 assert last_word(text, include=include) == expected
205
206
207def test_is_subselect_returns_false_for_non_group_token():

Callers

nothing calls this directly

Calls 1

last_wordFunction · 0.90

Tested by

no test coverage detected