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

Method testGetPublicEvents

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

Source from the content-addressed store, hash-verified

468 )
469
470 def testGetPublicEvents(self):
471 self.assertListKeyBegin(
472 self.user.get_public_events(),
473 lambda e: e.type,
474 ["PushEvent", "CreateEvent", "GistEvent", "IssuesEvent"],
475 )
476
477 def testGetPublicReceivedEvents(self):
478 self.assertListKeyBegin(

Callers

nothing calls this directly

Calls 2

assertListKeyBeginMethod · 0.80
get_public_eventsMethod · 0.80

Tested by

no test coverage detected