(self)
| 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") |
nothing calls this directly
no test coverage detected