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

Method test_misc_response

tests/GithubRetry.py:377–380  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

375 )
376
377 def test_misc_response(self):
378 retry = github.GithubRetry(total=3)
379 response = urllib3.response.HTTPResponse()
380 self.do_test_default_behaviour(retry, response)
381
382 def test_misc_response_exponential_backoff(self):
383 retry = github.GithubRetry(total=3, backoff_factor=10)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected