自Python 3.3 开始,Mock 被引入标准库中,命名为unittest.mock。 ... 调用test 函数 m.test() # 输出:1 class MyObj(object): value = 'old_value' ...
確定! 回上一頁