Consider this class Bar , a class Foo that uses it, and a test for Foo : >>> import mock >>> >>> class Bar(object): ... def some_method(self ...
確定! 回上一頁