MCPcopy 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
49def test_empty_string():
50 tables = extract_tables('')
51 assert tables == []
52
53
54def test_simple_select_single_table():

Callers

nothing calls this directly

Calls 1

extract_tablesFunction · 0.90

Tested by

no test coverage detected