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

Method testRemoveLabelFromIssue

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

Source from the content-addressed store, hash-verified

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))
73
74 def testSetIssueLabels(self):
75 self.issue.set_labels(

Callers

nothing calls this directly

Calls 2

get_labelMethod · 0.80
remove_from_labelsMethod · 0.45

Tested by

no test coverage detected