pnuckowski / aioresponses

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

Document repeat argument #214

Closed oren0e closed 2 years ago

oren0e commented 2 years ago

Relates to https://github.com/pnuckowski/aioresponses/issues/164

Technical notes:

  1. I had to upgrade sphinx to be able to generate the docs
  2. I've tested the code with conftest.py with the aioresponses fixture being defined there - slightly different from the existing examples but it should not matter.