Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ test_simple_select_single_table
Function
test_simple_select_single_table
tests/parseutils/test_parseutils.py:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
10
11
def
test_simple_select_single_table():
12
tables = extract_tables(
'select * from abc'
)
13
assert tables == ((None,
'abc'
, None, False),)
14
15
16
@pytest.mark.parametrize(
'sql'
, [
Callers
nothing calls this directly
Calls
1
extract_tables
Function · 0.90
Tested by
no test coverage detected