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

Method testGetEvents

tests/Issue.py:212–213  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

210 )
211
212 def testGetEvents(self):
213 self.assertListKeyEqual(self.issue.get_events(), lambda e: e.id, [15819975, 15820048])
214
215 def testGetLabels(self):
216 self.assertListKeyEqual(

Callers

nothing calls this directly

Calls 2

assertListKeyEqualMethod · 0.80
get_eventsMethod · 0.45

Tested by

no test coverage detected