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

Method test_github_io_url

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

Source from the content-addressed store, hash-verified

921 assert extract_github_repo("https://foss.heptapod.net/pypy/pypy") is None
922
923 def test_github_io_url(self):
924 assert extract_github_repo("https://user.github.io/proj") is None
925
926 def test_trailing_slash(self):
927 assert extract_github_repo("https://github.com/org/repo/") == "org/repo"

Callers

nothing calls this directly

Calls 1

extract_github_repoFunction · 0.90

Tested by

no test coverage detected