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

Method setUp

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

Source from the content-addressed store, hash-verified

39
40class PullRequest1375(Framework.TestCase):
41 def setUp(self):
42 super().setUp()
43 self.pr = self.g.get_repo("rsn491/PyGithub").get_pulls()[0]
44
45 def testCreateReviewCommentReply(self):
46 comment_id = 373866377 # id of pull request comment without replies

Callers

nothing calls this directly

Calls 2

get_pullsMethod · 0.45
get_repoMethod · 0.45

Tested by

no test coverage detected