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

Method setUp

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

Source from the content-addressed store, hash-verified

39
40class Copilot(Framework.TestCase):
41 def setUp(self):
42 super().setUp()
43 self.org_name = "BeaverSoftware"
44 self.copilot = self.g.get_organization(self.org_name).get_copilot()
45
46 def testAttributes(self):
47 self.assertEqual(self.copilot.org_name, "BeaverSoftware")

Callers

nothing calls this directly

Calls 2

get_copilotMethod · 0.80
get_organizationMethod · 0.80

Tested by

no test coverage detected