(self)
| 150 | self.assertEqual(comment.id, 323629) |
| 151 | |
| 152 | def testGetComments(self): |
| 153 | gist = self.g.get_gist("2729810") |
| 154 | self.assertListKeyEqual(gist.get_comments(), lambda c: c.id, [323637]) |
| 155 | |
| 156 | def testStarring(self): |
| 157 | gist = self.g.get_gist("2729810") |
nothing calls this directly
no test coverage detected