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

Method testGetPublicReceivedEvents

tests/NamedUser.py:477–487  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

475 )
476
477 def testGetPublicReceivedEvents(self):
478 self.assertListKeyBegin(
479 self.user.get_public_received_events(),
480 lambda e: e.type,
481 [
482 "IssueCommentEvent",
483 "IssueCommentEvent",
484 "IssueCommentEvent",
485 "IssueCommentEvent",
486 ],
487 )
488
489 def testGetReceivedEvents(self):
490 self.assertListKeyBegin(

Callers

nothing calls this directly

Calls 2

assertListKeyBeginMethod · 0.80

Tested by

no test coverage detected