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

Function test_is_valid_connection_scheme

test/pytests/test_cli_utils.py:48–49  ·  view source on GitHub ↗
(text, is_valid, invalid_scheme)

Source from the content-addressed store, hash-verified

46 ],
47)
48def test_is_valid_connection_scheme(text, is_valid, invalid_scheme):
49 assert is_valid_connection_scheme(text) == (is_valid, invalid_scheme)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected