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

Method setUp

tests/GithubApp.py:40–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38
39class GithubApp(Framework.TestCase):
40 def setUp(self):
41 super().setUp()
42 self.app_slug = "github-actions"
43 self.app = self.g.get_app(slug=self.app_slug)
44 # fetch lazy object
45 self.app.id
46
47 def testAttributes(self):
48 app = self.app

Callers

nothing calls this directly

Calls 1

get_appMethod · 0.45

Tested by

no test coverage detected