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

Method setUp

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

Source from the content-addressed store, hash-verified

44
45class PullRequestComment(Framework.TestCase):
46 def setUp(self):
47 super().setUp()
48 self.comment = self.g.get_repo("PyGithub/PyGithub").get_pull(31).get_comment(1580134)
49
50 def testAttributes(self):
51 self.assertEqual(

Callers

nothing calls this directly

Calls 3

get_pullMethod · 0.80
get_commentMethod · 0.45
get_repoMethod · 0.45

Tested by

no test coverage detected