Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
171
def
test_query_starts_with_comment():
172
query =
'# comment\nUSE test;'
173
assert query_starts_with(query, (
'use'
,)) is True
174
175
176
def
test_queries_start_with():
Callers
nothing calls this directly
Calls
1
query_starts_with
Function · 0.90
Tested by
no test coverage detected