Python のモックライブラリもいくつかあるが、今回はmockを使用する。 ... class A(object): def a_test(self): print('test') class B(object): def ...
確定! 回上一頁