MCPcopy
hub / github.com/PyGithub/PyGithub / setUp

Method setUp

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

Source from the content-addressed store, hash-verified

39
40class Issue494(Framework.TestCase):
41 def setUp(self):
42 super().setUp()
43 self.repo = self.g.get_repo("apache/brooklyn-server", lazy=True)
44 self.pull = self.repo.get_pull(465).complete()
45
46 def testRepr(self):
47 expected = (

Callers

nothing calls this directly

Calls 3

completeMethod · 0.80
get_pullMethod · 0.80
get_repoMethod · 0.45

Tested by

no test coverage detected