Description
Mocks or supplies responses for HTTPX clients in pytest tests. It helps developers test Python HTTP code without making real network calls to external services.
Mocked responses can hide integration problems if they are unrealistic. Keep separate integration tests for critical APIs and avoid embedding real tokens in test fixtures.