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

Method setUp

tests/Issue214.py:39–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37
38class Issue214(Framework.TestCase): # https://github.com/jacquev6/PyGithub/issues/214
39 def setUp(self):
40 super().setUp()
41 self.repo = self.g.get_user().get_repo("PyGithub")
42 self.issue = self.repo.get_issue(1)
43
44 def testAssignees(self):
45 self.assertTrue(self.repo.has_in_assignees("farrd"))

Callers

nothing calls this directly

Calls 3

get_userMethod · 0.80
get_repoMethod · 0.45
get_issueMethod · 0.45

Tested by

no test coverage detected