(self)
| 312 | break |
| 313 | |
| 314 | def testTotalCountWithNoLastPage(self): |
| 315 | # Fudged replay data, we don't need the data, only the headers |
| 316 | repos = self.g.get_repos() |
| 317 | self.assertEqual(0, repos.totalCount) |
| 318 | |
| 319 | def testTotalCountWithDictionary(self): |
| 320 | # PullRequest.get_review_requests() actually returns a dictionary that |