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

Function test_token_is_blank

test/pytests/test_completion_engine.py:362–364  ·  view source on GitHub ↗
(token, expected)

Source from the content-addressed store, hash-verified

360 ],
361)
362def test_token_is_blank(token, expected):
363 context = _build_suggest_context(token, '', None, '', empty_identifier())
364 assert _token_is_blank(context) is expected
365
366
367@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 3

_build_suggest_contextFunction · 0.90
_token_is_blankFunction · 0.90
empty_identifierFunction · 0.85

Tested by

no test coverage detected