MCPcopy
hub / github.com/catherinedevlin/ipython-sql / test_parse_sql_only

Function test_parse_sql_only

src/tests/test_parse.py:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 'sql': 'SELECT * FROM work'}
20
21def test_parse_sql_only():
22 assert parse("SELECT * FROM work", empty_config) == \
23 {'connection': "",
24 'sql': 'SELECT * FROM work'}
25
26def test_parse_postgresql_socket_connection():
27 assert parse("postgresql:///shakes SELECT * FROM work", empty_config) == \

Callers

nothing calls this directly

Calls 1

parseFunction · 0.90

Tested by

no test coverage detected