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

Method testGetIssue

tests/PullRequest1168.py:51–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 self.assertEqual(p.title, "Fix small issues for Python 3 compatibility.")
50
51 def testGetIssue(self):
52 i = self.notifications[0].get_issue()
53 self.assertEqual(i.id, 297582636)
54 self.assertEqual(i.number, 1171)
55 self.assertEqual(i.title, "Fix small issues for Python 3 compatibility.")

Callers

nothing calls this directly

Calls 1

get_issueMethod · 0.45

Tested by

no test coverage detected