Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dbcli/mycli
/ test_extract_columns_from_select_empty
Function
test_extract_columns_from_select_empty
test/pytests/test_sql_utils.py:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
38
39
def
test_extract_columns_from_select_empty():
40
columns = extract_columns_from_select(
''
)
41
assert columns == []
42
43
44
def
test_extract_columns_from_select_update():
Callers
nothing calls this directly
Calls
1
extract_columns_from_select
Function · 0.90
Tested by
no test coverage detected