Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ test_empty_string
Function
test_empty_string
tests/parseutils/test_parseutils.py:6–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
6
def
test_empty_string():
7
tables = extract_tables(
''
)
8
assert tables == ()
9
10
11
def
test_simple_select_single_table():
Callers
nothing calls this directly
Calls
1
extract_tables
Function · 0.90
Tested by
no test coverage detected