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

Function test_emit_none_token

test/pytests/test_completion_engine.py:425–427  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

423
424
425def test_emit_none_token():
426 context = _build_suggest_context(None, '', None, '', empty_identifier())
427 assert _emit_none_token(context) == [{'type': 'keyword'}]
428
429
430def test_emit_blank_token():

Callers

nothing calls this directly

Calls 3

_build_suggest_contextFunction · 0.90
_emit_none_tokenFunction · 0.90
empty_identifierFunction · 0.85

Tested by

no test coverage detected