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

Method testCreateIssue

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

Source from the content-addressed store, hash-verified

66 self.assertEqual(len(self.issue.assignees), 0)
67
68 def testCreateIssue(self):
69 issue = self.repo.create_issue("Issue created by PyGithub", assignee="farrd")
70 self.assertEqual(issue.assignees[0].login, "farrd")
71
72 def testGetIssues(self):
73 issues = self.repo.get_issues(assignee="farrd")

Callers

nothing calls this directly

Calls 1

create_issueMethod · 0.80

Tested by

no test coverage detected