Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dbcli/pgcli
/ test_empty_string
Function
test_empty_string
tests/parseutils/test_parseutils.py:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
12
def
test_empty_string():
13
tables = extract_tables(
""
)
14
assert tables == ()
15
16
17
def
test_simple_select_single_table():
Callers
nothing calls this directly
Calls
1
extract_tables
Function · 0.90
Tested by
no test coverage detected