MCPcopy 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
39def test_extract_columns_from_select_empty():
40 columns = extract_columns_from_select('')
41 assert columns == []
42
43
44def test_extract_columns_from_select_update():

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected