MCPcopy
hub / github.com/MinishLab/semble / test_is_git_url

Function test_is_git_url

tests/test_mcp.py:84–86  ·  view source on GitHub ↗

Remote git URLs are detected; local paths are not.

(path: str, expected: bool)

Source from the content-addressed store, hash-verified

82 ],
83)
84def test_is_git_url(path: str, expected: bool) -> None:
85 """Remote git URLs are detected; local paths are not."""
86 assert is_git_url(path) is expected
87
88
89@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

is_git_urlFunction · 0.90

Tested by

no test coverage detected