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

Method setUp

tests/RepositoryDiscussion.py:112–114  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110 """
111
112 def setUp(self):
113 super().setUp()
114 self.discussion = self.g.get_repository_discussion("D_kwDOADYVqs4AaHoG", self.discussion_schema)
115
116 def testAttributes(self):
117 self.assertEqual(self.discussion.answer.author.login, "dawngerpony")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected