這里在給 os.remove 打了一個patch,讓它變成了一個MagicMock。 然后利用 assert_called_once_with ,查看它是否被調用一次,並且參數為 filename 。
確定! 回上一頁