MCPcopy Create free account
hub / github.com/dbcli/mycli / test_need_completion_refresh

Function test_need_completion_refresh

test/pytests/test_sql_utils.py:528–529  ·  view source on GitHub ↗
(queries, expected)

Source from the content-addressed store, hash-verified

526 ],
527)
528def test_need_completion_refresh(queries, expected):
529 assert need_completion_refresh(queries) is expected
530
531
532def test_need_completion_refresh_ignores_queries_that_fail_to_split(monkeypatch):

Callers

nothing calls this directly

Calls 1

need_completion_refreshFunction · 0.90

Tested by

no test coverage detected