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

Method testGetLabels

tests/Milestone.py:97–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

95 )
96
97 def testGetLabels(self):
98 self.assertListKeyEqual(
99 self.milestone.get_labels(),
100 lambda lb: lb.name,
101 ["Public interface", "Project management"],
102 )
103
104 def testDelete(self):
105 self.milestone.delete()

Callers

nothing calls this directly

Calls 2

assertListKeyEqualMethod · 0.80
get_labelsMethod · 0.45

Tested by

no test coverage detected