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

Method testDelete

tests/CommitComment.py:93–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91 self.comment.edit("Comment edited by PyGithub")
92
93 def testDelete(self):
94 self.comment.delete()
95
96 def testGetReactions(self):
97 reactions = self.comment.get_reactions()

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected