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

Method testGetIssues

tests/Issue214.py:72–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

70 self.assertEqual(issue.assignees[0].login, "farrd")
71
72 def testGetIssues(self):
73 issues = self.repo.get_issues(assignee="farrd")
74
75 for issue in issues:
76 self.assertEqual(issue.assignees[0].login, "farrd")

Callers

nothing calls this directly

Calls 1

get_issuesMethod · 0.45

Tested by

no test coverage detected