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

Function test_token_value_is

test/pytests/test_completion_engine.py:375–377  ·  view source on GitHub ↗
(token, values, expected)

Source from the content-addressed store, hash-verified

373 ],
374)
375def test_token_value_is(token, values, expected):
376 context = _build_suggest_context(token, '', None, '', empty_identifier())
377 assert _token_value_is(context, *values) is expected
378
379
380@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 3

_build_suggest_contextFunction · 0.90
_token_value_isFunction · 0.90
empty_identifierFunction · 0.85

Tested by

no test coverage detected