MCPcopy
hub / github.com/dbcli/pgcli / test_empty_string

Function test_empty_string

tests/parseutils/test_parseutils.py:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def test_empty_string():
13 tables = extract_tables("")
14 assert tables == ()
15
16
17def test_simple_select_single_table():

Callers

nothing calls this directly

Calls 1

extract_tablesFunction · 0.90

Tested by

no test coverage detected