Attempting to create a reusable mock for testing with aiohttp.ClientSession()
.
⚠️ This project is still under development. Expect breaking changes.
MVP:
- Make reusable pytest plugin / fixture / mock / thing for mocking aiohttp.ClientSession
- Figure out github to pypi release strategy
- Test it. Repeatidly.
pip install mock-aiohttp
Currently, this won't do anything. I'm still learning how to make pytest fixtures.
Git clone this repo, then use poetry install