MCPcopy
hub / github.com/PyGithub/PyGithub / testReviewApproveWithoutBody

Method testReviewApproveWithoutBody

tests/PullRequest1169.py:46–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 self.pull = ferada_repo.get_pull(173)
45
46 def testReviewApproveWithoutBody(self):
47 r = self.pull.create_review(event="APPROVE")
48 self.assertEqual(r.id, 261942907)
49 self.assertEqual(r.user.login, "Ferada")

Callers

nothing calls this directly

Calls 1

create_reviewMethod · 0.80

Tested by

no test coverage detected