MCPcopy Index your code
hub / github.com/dbcli/pgcli / test_insert

Function test_insert

tests/test_smart_completion_public_schema_only.py:932–935  ·  view source on GitHub ↗
(completer, text)

Source from the content-addressed store, hash-verified

930 ],
931)
932def test_insert(completer, text):
933 position = text.find("(") + 1
934 result = get_result(completer, text, position)
935 assert completions_to_set(result) == completions_to_set(testdata.columns("users"))
936
937
938@parametrize("completer", completers(casing=False, aliasing=False))

Callers

nothing calls this directly

Calls 3

get_resultFunction · 0.90
completions_to_setFunction · 0.90
columnsMethod · 0.80

Tested by

no test coverage detected