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
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
We need a page in the docs that tell users that to mock they should use
from unittest import mock
.We should note that the
mock.patch
decorators don't currently work, and that we need to use the context managers instead.The text was updated successfully, but these errors were encountered: