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

Method testGetUsersSince

tests/Github_.py:545–546  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

543 )
544
545 def testGetUsersSince(self):
546 self.assertListKeyBegin(self.g.get_users(since=1000), lambda u: u.login, ["sbecker"])
547
548 def testGetOrganizations(self):
549 self.assertListKeyBegin(

Callers

nothing calls this directly

Calls 2

assertListKeyBeginMethod · 0.80
get_usersMethod · 0.45

Tested by

no test coverage detected