(self)
| 36 | |
| 37 | class Topic(Framework.TestCase): |
| 38 | def setUp(self): |
| 39 | super().setUp() |
| 40 | self.topics = list(self.g.search_topics("python")) |
| 41 | |
| 42 | def testAttributes(self): |
| 43 | topic = self.topics[0] |
nothing calls this directly
no test coverage detected