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

Method testEditArchived

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

Source from the content-addressed store, hash-verified

124 self.assertEqual(card.note, "Edited Card")
125
126 def testEditArchived(self):
127 card = self.edit_col.create_card(note="Project Card")
128 card.edit(archived=True)
129 self.assertEqual(card.archived, True)

Callers

nothing calls this directly

Calls 2

create_cardMethod · 0.80
editMethod · 0.45

Tested by

no test coverage detected