Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
)
48
def
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
is_valid_connection_scheme
Function · 0.90
Tested by
no test coverage detected