from unittest.mock import patch def test_function_b(): # mock an object of class with patch.object(MyClass, 'sayhi', ...
確定! 回上一頁