(self)
| 118 | self.assertTrue(self.comment.minimize()) |
| 119 | |
| 120 | def testUnminimize(self): |
| 121 | self.assertTrue(self.comment.unminimize()) |
| 122 | |
| 123 | def testGetReactions(self): |
| 124 | reactions = self.comment.get_reactions() |
nothing calls this directly
no test coverage detected