Description
Mocks Python requests calls in pytest tests with a simplified interface. It helps developers test HTTP-dependent code without contacting real external services.
Mocked HTTP can miss real integration behavior. Keep fixtures realistic and avoid storing real tokens, cookies, or private response bodies in test data.