from other_module.thing import Thing thing = Thing() with patch.object('some_module.functions.fetch_thing') as mocked: mocked.side_effect ...
確定! 回上一頁