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

Method setUp

tests/EnterpriseAdmin.py:31–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29
30class EnterpriseAdmin(Framework.TestCase):
31 def setUp(self):
32 super().setUp()
33 self.enterprise = self.g.get_enterprise("beaver-group")
34
35 def testAttributes(self):
36 self.assertEqual(self.enterprise.slug, "beaver-group")

Callers

nothing calls this directly

Calls 1

get_enterpriseMethod · 0.80

Tested by

no test coverage detected