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

Method testListSubIssues

tests/SubIssue.py:34–38  ·  view source on GitHub ↗

Test listing sub-issues of an issue.

(self)

Source from the content-addressed store, hash-verified

32 self.issue = self.repo.get_issue(5)
33
34 def testListSubIssues(self):
35 """
36 Test listing sub-issues of an issue.
37 """
38 self.assertListKeyEqual(self.issue.get_sub_issues(), lambda s: s.number, [34, 35])
39
40 def testAddSubIssue(self):
41 """

Callers

nothing calls this directly

Calls 2

assertListKeyEqualMethod · 0.80
get_sub_issuesMethod · 0.80

Tested by

no test coverage detected