Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dbcli/mycli
/ test_empty_string
Function
test_empty_string
test/pytests/test_sql_utils.py:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
48
49
def
test_empty_string():
50
tables = extract_tables(
''
)
51
assert tables == []
52
53
54
def
test_simple_select_single_table():
Callers
nothing calls this directly
Calls
1
extract_tables
Function · 0.90
Tested by
no test coverage detected