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

Method testCreateIssueWithEscapedPercentInBody

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

Source from the content-addressed store, hash-verified

52 self.assertEqual(issue.number, 97)
53
54 def testCreateIssueWithEscapedPercentInBody(self):
55 issue = self.repo.create_issue("Issue created by PyGithub", "Escaped percent %25 in body")
56 self.assertEqual(issue.number, 96)

Callers

nothing calls this directly

Calls 1

create_issueMethod · 0.80

Tested by

no test coverage detected