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

Method testCustomPerPageWithNoUrlParams

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

Source from the content-addressed store, hash-verified

338 self.assertEqual(len(list(self.repo.get_issues())), 456)
339
340 def testCustomPerPageWithNoUrlParams(self):
341 self.g.per_page = 100
342 self.assertEqual(len(list(self.repo.get_comments())), 325)
343
344 def testCustomPerPageWithGetPage(self):
345 self.g.per_page = 100

Callers

nothing calls this directly

Calls 1

get_commentsMethod · 0.45

Tested by

no test coverage detected