(self)
| 229 | ) |
| 230 | |
| 231 | def testPaginateSearchTopics(self): |
| 232 | repos = self.g.search_topics("python", repositories=">950") |
| 233 | self.assertEqual(repos.totalCount, 6) |
| 234 | |
| 235 | def testSearchCode(self): |
| 236 | files = self.g.search_code("toto", sort="indexed", order="asc", user="jacquev6") |
nothing calls this directly
no test coverage detected