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

Method setUp

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

Source from the content-addressed store, hash-verified

39
40class Project(Framework.TestCase):
41 def setUp(self):
42 super().setUp()
43 self.repo = self.g.get_user().get_repo("PyGithub")
44 self.proj = self.g.get_project(1682941)
45
46 # See https://developer.github.com/v3/projects/#get-a-project
47 def testAttributes(self):

Callers

nothing calls this directly

Calls 3

get_userMethod · 0.80
get_projectMethod · 0.80
get_repoMethod · 0.45

Tested by

no test coverage detected