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

Function test_identifies

test/pytests/test_completion_engine.py:1070–1071  ·  view source on GitHub ↗
(identifier, schema, table, alias, expected)

Source from the content-addressed store, hash-verified

1068 ],
1069)
1070def test_identifies(identifier, schema, table, alias, expected):
1071 assert identifies(identifier, schema, table, alias) is expected
1072
1073
1074@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

identifiesFunction · 0.90

Tested by

no test coverage detected