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

Method testEditNote

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

Source from the content-addressed store, hash-verified

119 card.edit()
120
121 def testEditNote(self):
122 card = self.edit_col.create_card(note="Project Card")
123 card.edit(note="Edited Card")
124 self.assertEqual(card.note, "Edited Card")
125
126 def testEditArchived(self):
127 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