pnuckowski / aioresponses

Aioresponses is a helper for mock/fake web requests in python aiohttp package.
MIT License
513 stars 86 forks source link

feat: support raise_for_status as callable #251

Closed chs2 closed 6 months ago

chs2 commented 10 months ago

Ref https://github.com/aio-libs/aiohttp/pull/6731 Ref https://github.com/aio-libs/aiohttp/pull/3892