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

Function test_strip_backticks

test/pytests/test_sqlcompleter.py:555–556  ·  view source on GitHub ↗
(name: str | None, expected: str)

Source from the content-addressed store, hash-verified

553 ],
554)
555def test_strip_backticks(name: str | None, expected: str) -> None:
556 assert SQLCompleter._strip_backticks(name) == expected
557
558
559@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

_strip_backticksMethod · 0.80

Tested by

no test coverage detected