You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add response.close() assertions and fix test output wording
- Add 3 unit tests (15o/15p/15q) to verify pipes() always calls
response.close() via the finally block:
· 15o: auth-error path (HTTP 401) — close() called once
· 15p: JSON decode error path — close() called once
· 15q: success path — close() called once
This prevents future regressions of the connection-pool fix.
- Fix TESTING.md §0: replace "Must print 249/249 passed" with the
actual output format the runner emits ("All tests passed! ✓" and
"✗ Failed: 0"), addressing Copilot review comment.
- Update test count from 249 → 252 across README, CONTRIBUTING,
TESTING, and PULL_REQUEST_TEMPLATE to reflect the 3 new tests.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments