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

Method testEdit

tests/PullRequestReview.py:75–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 self.assertEqual(self.pull.id, 111649703)
74
75 def testEdit(self):
76 self.pullreview.edit("Comment edited by PyGithub")
77 self.assertEqual(self.pullreview.body, "Comment edited by PyGithub")
78
79 def testDismiss(self):
80 self.pullreview.dismiss("with prejudice")

Callers

nothing calls this directly

Calls 1

editMethod · 0.45

Tested by

no test coverage detected