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

Method testGetComments

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

Source from the content-addressed store, hash-verified

200 self.assertEqual(comment.id, 5808311)
201
202 def testGetComments(self):
203 self.assertListKeyEqual(self.issue.get_comments(), lambda c: c.user.login, ["jacquev6", "roskakori"])
204
205 def testGetCommentsSince(self):
206 self.assertListKeyEqual(

Callers

nothing calls this directly

Calls 2

assertListKeyEqualMethod · 0.80
get_commentsMethod · 0.45

Tested by

no test coverage detected