MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / test_retry_after

Method test_retry_after

tests/test_api_errors.py:51–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 self.assertEqual(err.status, 429)
50
51 def test_retry_after(self) -> None:
52 err = RateLimitError(retry_after=30.0)
53 self.assertEqual(err.retry_after, 30.0)
54
55
56class TestOverloadedError(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

RateLimitErrorClass · 0.90

Tested by

no test coverage detected