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

Function test_token_is_lparen

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

Source from the content-addressed store, hash-verified

387 ],
388)
389def test_token_is_lparen(token, expected):
390 context = _build_suggest_context(token, '', None, '', empty_identifier())
391 assert _token_is_lparen(context) is expected
392
393
394@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 3

_build_suggest_contextFunction · 0.90
_token_is_lparenFunction · 0.90
empty_identifierFunction · 0.85

Tested by

no test coverage detected