(self)
| 210 | ) |
| 211 | |
| 212 | def testGetEvents(self): |
| 213 | self.assertListKeyEqual(self.issue.get_events(), lambda e: e.id, [15819975, 15820048]) |
| 214 | |
| 215 | def testGetLabels(self): |
| 216 | self.assertListKeyEqual( |
nothing calls this directly
no test coverage detected