You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you replace your mocker.stub call by unittest.mock.MagicMock and see if you have the same behavior? If you do then the behavior is expected, and you can raise the question upstream to see if this is intended by unittest.mock or it should behave differently.
Expected:
mocker.stub()
returns something that doesn't resemble a coroutine.Observed:
mocker.stub()
is detected as a coroutine.The text was updated successfully, but these errors were encountered: