Skip to content

Commit 1884b53

Browse files
lesnik512claude
andcommitted
docs(tests): refresh test_backoff.py docstring post-merge
Stale references to "Task 7" and "through Tasks 6-7" don't survive the shipped branch. Reword to describe what the file actually does (unit coverage of the pure helper; integration via Retry tests). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a0b2881 commit 1884b53

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tests/test_backoff.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
"""Unit test for the full-jitter backoff helper.
1+
"""Unit tests for the full-jitter backoff helper.
22
3-
Integration via Retry middleware lands in Task 7's tests; this file exists
4-
only to keep the 100% coverage gate passing through Tasks 6-7.
3+
Integration coverage comes from ``tests/test_retry.py`` (Retry middleware drives
4+
``full_jitter_delay`` per attempt). The pure-function tests here pin the bound
5+
and the cap independently of the middleware orchestration.
56
"""
67

78
from httpware.middleware.resilience._backoff import full_jitter_delay

0 commit comments

Comments
 (0)