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

Method testGetEvents

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

Source from the content-addressed store, hash-verified

628 )
629
630 def testGetEvents(self):
631 self.assertListKeyBegin(
632 self.g.get_events(),
633 lambda e: e.type,
634 ["PushEvent", "WatchEvent", "PushEvent", "CommitCommentEvent"],
635 )
636
637 def testRequester(self):
638 assert self.g.requester is self.g.__requester

Callers

nothing calls this directly

Calls 2

assertListKeyBeginMethod · 0.80
get_eventsMethod · 0.45

Tested by

no test coverage detected