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

Method setUp

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

Source from the content-addressed store, hash-verified

42
43class GistComment(Framework.TestCase):
44 def setUp(self):
45 super().setUp()
46 self.comment = self.g.get_gist("2729810").get_comment(323629)
47
48 def testAttributes(self):
49 self.assertIsNone(self.comment.author_association)

Callers

nothing calls this directly

Calls 2

get_gistMethod · 0.80
get_commentMethod · 0.45

Tested by

no test coverage detected