MCPcopy Index your code
hub / github.com/dbcli/mycli / test_resolve_casing

Function test_resolve_casing

test/pytests/test_sqlcompleter.py:221–223  ·  view source on GitHub ↗
(casing: str | None, last: str, expected: str | None)

Source from the content-addressed store, hash-verified

219 ],
220)
221def test_resolve_casing(casing: str | None, last: str, expected: str | None) -> None:
222 completer = SQLCompleter()
223 assert completer.resolve_casing(casing, last) == expected
224
225
226@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 2

resolve_casingMethod · 0.95
SQLCompleterClass · 0.90

Tested by

no test coverage detected