How to mock test aiohttp.FormData? #7218
Unanswered
rahulnegi20
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This? https://docs.aiohttp.org/en/stable/testing.html#faking-request-object Otherwise, I don't understand what you are trying to do. I don't see the relation between your first piece of code and the second.. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://stackoverflow.com/questions/75499668/how-to-mock-a-function-which-takes-http-request-as-argument-python
basically this,
I want to test call() which takes http_request.
please let me know if any more information is required.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions