MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / testSearchReposWithNoResults

Method testSearchReposWithNoResults

tests/Search.py:178–180  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

176 )
177
178 def testSearchReposWithNoResults(self):
179 repos = self.g.search_repositories("doesnotexist")
180 self.assertEqual(repos.totalCount, 0)
181
182 def testSearchIssues(self):
183 issues = self.g.search_issues("compile", sort="comments", order="desc", language="C++")

Callers

nothing calls this directly

Calls 1

search_repositoriesMethod · 0.80

Tested by

no test coverage detected