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

Method testCreateIssueWithPercentInTitle

tests/Issue87.py:42–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 self.repo = self.g.get_user().get_repo("PyGithub")
41
42 def testCreateIssueWithPercentInTitle(self):
43 issue = self.repo.create_issue("Issue with percent % in title created by PyGithub")
44 self.assertEqual(issue.number, 99)
45
46 def testCreateIssueWithPercentInBody(self):
47 issue = self.repo.create_issue("Issue created by PyGithub", "Percent % in body")

Callers

nothing calls this directly

Calls 1

create_issueMethod · 0.80

Tested by

no test coverage detected