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

Method testSearchTopics

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

Source from the content-addressed store, hash-verified

221 self.assertEqual(commits[0].sha, "1265747e992ba7d34a469b6b2f527809f8bf7067")
222
223 def testSearchTopics(self):
224 topics = self.g.search_topics("python", repositories=">950")
225 self.assertListKeyBegin(
226 topics,
227 lambda r: r.name,
228 ["python", "django", "flask", "ruby", "scikit-learn", "wagtail"],
229 )
230
231 def testPaginateSearchTopics(self):
232 repos = self.g.search_topics("python", repositories=">950")

Callers

nothing calls this directly

Calls 2

search_topicsMethod · 0.80
assertListKeyBeginMethod · 0.80

Tested by

no test coverage detected