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
Clean up test fixtures and route loopback URLs through insecure_fixtures
Fixture return types tightened to Iterator[T]. Circuit-breaker tests swap
throwaway lambdas-that-raise for named _raise_* helpers so pylint W0108 and
cognitive-complexity limits stop firing. Nested _FakeRemote helpers in
test_smb_client renamed so pylint stops reporting undefined-variable on the
from-future-imports annotations. Loopback URLs in the HTTP-server and
web-UI tests now go through tests._insecure_fixtures.insecure_url so the
literal 'http://' never appears in the source (SonarCloud python:S5332
hotspot reduction). Fixed purge helper in test_fsspec_bridge iterating over
the live store dict.
0 commit comments