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

Method testCreateIssue

tests/Repository.py:374–376  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

372 self.assertEqual(milestone.number, 6)
373
374 def testCreateIssue(self):
375 issue = self.repo.create_issue("Issue created by PyGithub")
376 self.assertEqual(issue.number, 28)
377
378 def testCreateIssueWithAllArguments(self):
379 user = self.g.get_user("jacquev6")

Callers

nothing calls this directly

Calls 1

create_issueMethod · 0.80

Tested by

no test coverage detected