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

Method testGetLabels

tests/Issue.py:215–220  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

213 self.assertListKeyEqual(self.issue.get_events(), lambda e: e.id, [15819975, 15820048])
214
215 def testGetLabels(self):
216 self.assertListKeyEqual(
217 self.issue.get_labels(),
218 lambda lb: lb.name,
219 ["Bug", "Project management", "Question"],
220 )
221
222 def testAddAndRemoveAssignees(self):
223 user1 = "jayfk"

Callers

nothing calls this directly

Calls 2

assertListKeyEqualMethod · 0.80
get_labelsMethod · 0.45

Tested by

no test coverage detected