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

Method testSeveralIterations

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

Source from the content-addressed store, hash-verified

71 self.assertEqual(len({user.github_com_login for user in users}), 102)
72
73 def testSeveralIterations(self):
74 with self.replayData("PaginatedList.testIteration.txt"):
75 self.assertEqual(len(list(self.list)), 333)
76 self.assertEqual(len(list(self.list)), 333)
77 self.assertEqual(len(list(self.list)), 333)
78 self.assertEqual(len(list(self.list)), 333)
79
80 def testIntIndexingInFirstPage(self):
81 with self.replayData("PaginatedList.testGetFirstPage.txt"):

Callers

nothing calls this directly

Calls 1

replayDataMethod · 0.80

Tested by

no test coverage detected