MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / testTotalCountWithNoLastPage

Method testTotalCountWithNoLastPage

tests/PaginatedList.py:314–317  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

get_reposMethod · 0.45

Tested by

no test coverage detected