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

Method testSearchUsers

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

Source from the content-addressed store, hash-verified

44 super().setUp()
45
46 def testSearchUsers(self):
47 users = self.g.search_users("vincent", sort="followers", order="desc")
48 self.assertEqual(users.totalCount, 2781)
49
50 def testPaginateSearchUsers(self):
51 users = self.g.search_users("", location="Berlin")

Callers

nothing calls this directly

Calls 1

search_usersMethod · 0.80

Tested by

no test coverage detected