MCPcopy Create free account
hub / github.com/dbcli/mycli / test_query_starts_with_comment

Function test_query_starts_with_comment

test/pytests/test_sql_utils.py:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169
170
171def test_query_starts_with_comment():
172 query = '# comment\nUSE test;'
173 assert query_starts_with(query, ('use',)) is True
174
175
176def test_queries_start_with():

Callers

nothing calls this directly

Calls 1

query_starts_withFunction · 0.90

Tested by

no test coverage detected