aioresponses
aioresponses copied to clipboard
Add methods for check request data
Hello, can be added methods like "assert_called_once_with" from mock.Mock for check POST request?
@antipooh can you reopen the issue? Implementation was not shipped yet
No code in master
Are we ever going to be able to test POST or PATCH data, or is their a recommended or suggested workaround here?
I see @SukiCZ did some work here a few years back: https://github.com/pnuckowski/aioresponses/pull/133