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

Method testGetComments

tests/Commit.py:117–122  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

115 )
116
117 def testGetComments(self):
118 self.assertListKeyEqual(
119 self.commit.get_comments(),
120 lambda c: c.id,
121 [1347033, 1347083, 1347397, 1349654],
122 )
123
124 def testCreateComment(self):
125 comment = self.commit.create_comment("Comment created by PyGithub")

Callers

nothing calls this directly

Calls 2

assertListKeyEqualMethod · 0.80
get_commentsMethod · 0.45

Tested by

no test coverage detected