-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError when assert_called_with is used #31
Comments
Oh sorry somehow I missed this issue. I will investigate, thanks for the report! 😄 |
Could you post a small reproducible case? Python version as well. |
@nicoddemus This issue is produced in https://github.com/sagarchalise/picovico-python-sdk/tree/cli-client See: https://github.com/sagarchalise/picovico-python-sdk/blob/cli-client/tests/baserequest_test.py#L35 |
Fixed, thanks! I will release |
Released |
I get an odd behavior during assert_called_with when using mocker.
TypeError: assert_wrapper() got multiple values for keyword argument
Also there is no issue when mock itself is used.
The text was updated successfully, but these errors were encountered: