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

Method testDelete

tests/ProjectCard.py:83–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 self.assertTrue(card.move("bottom", cols[1]))
82
83 def testDelete(self):
84 card = self.pull_card
85 self.assertTrue(card.delete())
86
87 def testGetAll(self):
88 expectedProjects = ["TestProject"]

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected