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

Method testEditWithoutParameters

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

Source from the content-addressed store, hash-verified

115 self.assertEqual(card2.id, 16039106)
116
117 def testEditWithoutParameters(self):
118 card = self.edit_col.create_card(note="Project Card")
119 card.edit()
120
121 def testEditNote(self):
122 card = self.edit_col.create_card(note="Project Card")

Callers

nothing calls this directly

Calls 2

create_cardMethod · 0.80
editMethod · 0.45

Tested by

no test coverage detected