MCPcopy 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
6def test_empty_string():
7 tables = extract_tables('')
8 assert tables == ()
9
10
11def test_simple_select_single_table():

Callers

nothing calls this directly

Calls 1

extract_tablesFunction · 0.90

Tested by

no test coverage detected