(self)
| 82 | |
| 83 | class 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) |
nothing calls this directly
no test coverage detected