MCPcopy
hub / github.com/vinta/awesome-python / test_org_only

Method test_org_only

website/tests/test_build.py:935–936  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

933 assert extract_github_repo("https://github.com/org/repo.git") == "org/repo"
934
935 def test_org_only(self):
936 assert extract_github_repo("https://github.com/org") is None
937
938
939# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

extract_github_repoFunction · 0.90

Tested by

no test coverage detected