Maintain aioresponses #45
Polandia94
started this conversation in
Ideas
Replies: 2 comments 29 replies
|
I think it's a possibility, as we've seen a fair few users mentioning the library. We do normally recommend sending actual requests though, rather than mocking like this. So, I'm not sure any aiohttp maintainers have used this library before. |
0 replies
|
I think this might create an additional burden on the current maintainers but if someone else were to maintain it, hosting it in the org could be acceptable. Though, I wonder if the aiohttp docs could be improved to shop better ways of doing testing so that the users wouldn't assume that lib is the way to go... xref: pytest-dev/pytest#14251 |
29 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I think aioresponses is the most used tool to mock aiohttp. however it looks unmaintained. Are you open to maintain a fork of aioresponses, or maybe to request the transfer of aioresponses to this org if the current maintainers accept?
I left a comment on aioresponses about this:
pnuckowski/aioresponses#281
And I created a repo with changes that i would like to see on aioresponses. I could maintain the fork there, but probablly is better to do it in some org like this (i will also ask on pytest)
https://github.com/Polandia94/aioresponses
All reactions