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

Method testPaginateSearchTopics

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

Source from the content-addressed store, hash-verified

229 )
230
231 def testPaginateSearchTopics(self):
232 repos = self.g.search_topics("python", repositories=">950")
233 self.assertEqual(repos.totalCount, 6)
234
235 def testSearchCode(self):
236 files = self.g.search_code("toto", sort="indexed", order="asc", user="jacquev6")

Callers

nothing calls this directly

Calls 1

search_topicsMethod · 0.80

Tested by

no test coverage detected