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

Method testGetDependabotSecrets

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

Source from the content-addressed store, hash-verified

533 self.assertEqual(len(list(secrets)), 1)
534
535 def testGetDependabotSecrets(self):
536 secrets = self.org.get_secrets(secret_type="dependabot")
537 self.assertEqual(len(list(secrets)), 1)
538
539 def testGetDependabotAlerts(self):
540 alerts = self.org.get_dependabot_alerts()

Callers

nothing calls this directly

Calls 1

get_secretsMethod · 0.45

Tested by

no test coverage detected