thinkingmachin6 <[email protected]> added the comment:
This appears to be a case of RTFM (https://docs.python.org/3/library/unittest.mock.html#attaching-mocks-as-attributes). For anybody that comes across this, the short answer is use `attach_mock()` instead of plain attribute-setting. ---------- resolution: -> not a bug _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue41296> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
