(self)
| 110 | """ |
| 111 | |
| 112 | def setUp(self): |
| 113 | super().setUp() |
| 114 | self.discussion = self.g.get_repository_discussion("D_kwDOADYVqs4AaHoG", self.discussion_schema) |
| 115 | |
| 116 | def testAttributes(self): |
| 117 | self.assertEqual(self.discussion.answer.author.login, "dawngerpony") |
nothing calls this directly
no test coverage detected