The stub is a mock object that accepts any arguments and is useful to test callbacks, for instance. def test_stub(mocker): def foo( ...
確定! 回上一頁