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

Method testGetIssues

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

Source from the content-addressed store, hash-verified

320 self.assertEqual(deliveries[0].url, "https://www.example-webhook.com")
321
322 def testGetIssues(self):
323 self.assertListKeyEqual(self.org.get_issues(), lambda i: i.id, [])
324
325 def testGetIssuesWithAllArguments(self):
326 requestedByUser = self.g.get_user().get_repo("PyGithub").get_label("Requested by user")

Callers

nothing calls this directly

Calls 2

assertListKeyEqualMethod · 0.80
get_issuesMethod · 0.45

Tested by

no test coverage detected