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

Method setUp

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

Source from the content-addressed store, hash-verified

47
48class IssueComment(Framework.TestCase):
49 def setUp(self):
50 super().setUp()
51 self.comment = self.g.get_repo("PyGithub/PyGithub").get_issue(28).get_comment(20227753)
52
53 def testAttributes(self):
54 self.assertEqual(self.comment.author_association, "CONTRIBUTOR")

Callers

nothing calls this directly

Calls 3

get_commentMethod · 0.45
get_issueMethod · 0.45
get_repoMethod · 0.45

Tested by

no test coverage detected