Files
Max Isbey 3ac881f1b4 Test HttpResource.read() instead of excluding it from coverage
The method body had been marked `# pragma: no cover` (widened further once
httpx2 moved into the method). Exercise it against an httpx2 MockTransport
instead, covering both the response body and the raise_for_status path, and
drop the pragma.
2026-07-29 19:46:20 +00:00
..