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

Method setUp

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

Source from the content-addressed store, hash-verified

44
45class CommitComment(Framework.TestCase):
46 def setUp(self):
47 super().setUp()
48 self.comment = self.g.get_repo("PyGithub/PyGithub").get_comment(1362000)
49
50 def testAttributes(self):
51 self.assertEqual(self.comment.author_association, "MEMBER")

Callers

nothing calls this directly

Calls 2

get_commentMethod · 0.45
get_repoMethod · 0.45

Tested by

no test coverage detected