Currently calling respx.calls.assert_called_once_with does not work, even though it's defined through inheritance class CallList(list, mock.NonCallableMock)
It would be nice to have a way of checking how httpx has been called (with which parameters).
Currently calling
respx.calls.assert_called_once_withdoes not work, even though it's defined through inheritanceclass CallList(list, mock.NonCallableMock)It would be nice to have a way of checking how httpx has been called (with which parameters).