(self)
| 95 | ) |
| 96 | |
| 97 | def testGetLabels(self): |
| 98 | self.assertListKeyEqual( |
| 99 | self.milestone.get_labels(), |
| 100 | lambda lb: lb.name, |
| 101 | ["Public interface", "Project management"], |
| 102 | ) |
| 103 | |
| 104 | def testDelete(self): |
| 105 | self.milestone.delete() |
nothing calls this directly
no test coverage detected