with unittest.mock.patch('module.to.test.email_sender') as stub: ... https://docs.python.org/3/library/unittest.mock.html.
確定! 回上一頁