HomeSort by relevance Sort by last modified time
    Searched refs:new_callable (Results 1 - 14 of 14) sorted by null

  /external/python/cpython3/Lib/unittest/test/testmock/
testpatch.py 1061 patcher = patch(foo_name, new_callable=NonCallableMagicMock)
1074 patcher = patch.object(Foo, 'f', new_callable=NonCallableMagicMock)
1092 patcher = patch(foo_name, new_callable=Bar, arg1=1, arg2=2)
1107 patcher = patch(foo_name, new_callable=Bar, spec=Bar)
    [all...]
testhelpers.py 902 p = patch('%s.SomeClass.one' % __name__, new_callable=PropertyMock)
  /external/chromium-trace/catapult/devil/devil/utils/
mock_calls.py 114 type(target), attribute, new_callable=mock.PropertyMock, **kwargs)
  /external/libmojo/third_party/catapult/devil/devil/utils/
mock_calls.py 114 type(target), attribute, new_callable=mock.PropertyMock, **kwargs)
  /external/pdfium/third_party/pymock/
mock.py     [all...]
  /external/python/cpython2/Lib/test/
_mock_backport.py     [all...]
  /external/python/cpython3/Lib/unittest/
mock.py     [all...]
  /test/framework/harnesses/host_controller/build/
build_flasher_test.py 108 new_callable=mock.mock_open)
  /tools/tradefederation/core/atest/
module_info_unittest.py 40 @mock.patch('__builtin__.open', new_callable=mock.mock_open)
  /external/python/cpython3/Lib/test/
test_zipapp.py 327 @patch('sys.stdout', new_callable=io.StringIO)
  /tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
sl4a_manager_test.py 453 new_callable=mock.PropertyMock)
  /external/python/cpython3/Lib/test/test_asyncio/
test_base_events.py 55 new_callable=mock_socket_module)(f)
    [all...]
test_unix_events.py 899 new_callable=mock.Mock)
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils_test.py 166 'devil.android.device_utils.logger', new_callable=MockLogger)
    [all...]

Completed in 1044 milliseconds