with unittest.mock.patch('module.to.test.email_sender') as stub: stub.return_value = 1 ... from unittest.mock import patch import pytest.
確定! 回上一頁