Why your mock breaks later
Patch dependencies where your code imports them rather than builtins to avoid global side effects that break tools like coverage.py and other tests.
Patch dependencies where your code imports them rather than builtins to avoid global side effects that break tools like coverage.py and other tests.