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

Method setUp

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

Source from the content-addressed store, hash-verified

39
40class PullRequest1169(Framework.TestCase):
41 def setUp(self):
42 super().setUp()
43 ferada_repo = self.g.get_repo("coleslaw-org/coleslaw", lazy=True)
44 self.pull = ferada_repo.get_pull(173)
45
46 def testReviewApproveWithoutBody(self):
47 r = self.pull.create_review(event="APPROVE")

Callers

nothing calls this directly

Calls 2

get_pullMethod · 0.80
get_repoMethod · 0.45

Tested by

no test coverage detected