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

Method testAddLabelToIssue

tests/Issue50.py:68–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 )
67
68 def testAddLabelToIssue(self):
69 self.issue.add_to_labels(self.repo.get_label(self.labelName))
70
71 def testRemoveLabelFromIssue(self):
72 self.issue.remove_from_labels(self.repo.get_label(self.labelName))

Callers

nothing calls this directly

Calls 2

get_labelMethod · 0.80
add_to_labelsMethod · 0.45

Tested by

no test coverage detected