MCPcopy Index your code
hub / github.com/SourceCode-AI/aura / test_invalid_github_repos

Function test_invalid_github_repos

tests/test_github.py:33–36  ·  view source on GitHub ↗
(url, mock_github)

Source from the content-addressed store, hash-verified

31)
32@responses.activate
33def test_invalid_github_repos(url, mock_github):
34 mock_github(responses)
35 with pytest.raises(exceptions.NoSuchRepository):
36 github.GitHub.from_url(url)
37
38
39@responses.activate

Callers

nothing calls this directly

Calls 2

mock_githubFunction · 0.85
from_urlMethod · 0.80

Tested by

no test coverage detected