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

Method testGetEvents

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

Source from the content-addressed store, hash-verified

461 )
462
463 def testGetEvents(self):
464 self.assertListKeyBegin(
465 self.user.get_events(),
466 lambda e: e.type,
467 ["GistEvent", "IssueCommentEvent", "PushEvent", "IssuesEvent"],
468 )
469
470 def testGetPublicEvents(self):
471 self.assertListKeyBegin(

Callers

nothing calls this directly

Calls 2

assertListKeyBeginMethod · 0.80
get_eventsMethod · 0.45

Tested by

no test coverage detected