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

Method setUp

tests/Organization.py:84–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

82
83class Organization(Framework.TestCase):
84 def setUp(self):
85 super().setUp()
86 self.org = self.g.get_organization("BeaverSoftware")
87
88 def testAttributes(self):
89 self.assertIsNone(self.org.advanced_security_enabled_for_new_repositories)

Callers

nothing calls this directly

Calls 1

get_organizationMethod · 0.80

Tested by

no test coverage detected