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

Method testDismiss

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

Source from the content-addressed store, hash-verified

77 self.assertEqual(self.pullreview.body, "Comment edited by PyGithub")
78
79 def testDismiss(self):
80 self.pullreview.dismiss("with prejudice")
81 self.assertEqual(self.pullreview.state, "DISMISSED")
82
83 def testAttributes(self):
84 self.assertEqual(self.pullreview.author_association, "OWNER")

Callers

nothing calls this directly

Calls 1

dismissMethod · 0.80

Tested by

no test coverage detected