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

Function test_emit_star

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

Source from the content-addressed store, hash-verified

433
434
435def test_emit_star():
436 context = _build_suggest_context('*', '', None, '', empty_identifier())
437 assert _emit_star(context) == [{'type': 'keyword'}]
438
439
440def test_emit_lparen_exists_where():

Callers

nothing calls this directly

Calls 3

_build_suggest_contextFunction · 0.90
_emit_starFunction · 0.90
empty_identifierFunction · 0.85

Tested by

no test coverage detected