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

  /external/autotest/server/hosts/
jetstream_host_unittest.py 22 mock_exception_logging.assert_not_called()
  /external/autotest/site_utils/deployment/
install_unittest.py 101 afe_mock.cros_version_map.set_version.assert_not_called()
102 afe_mock.cros_version_map.delete_version.assert_not_called()
103 afe_mock.fw_version_map.set_version.assert_not_called()
104 afe_mock.fw_version_map.delete_version.assert_not_called()
119 afe_mock.fw_version_map.set_version.assert_not_called()
120 afe_mock.fw_version_map.delete_version.assert_not_called()
  /external/tensorflow/tensorflow/python/util/
tf_should_use_test.py 77 error.assert_not_called()
78 fatal.assert_not_called()
  /external/python/cpython3/Lib/idlelib/idle_test/
test_colorizer.py 319 mock_recmain.assert_not_called()
325 mock_recmain.assert_not_called()
331 mock_recmain.assert_not_called()
test_browser.py 159 fopen.assert_not_called()
test_codecontext.py 309 mock_update.assert_not_called()
  /external/autotest/site_utils/stable_images/
stable_version_unittest.py 83 mocks[not_called].assert_not_called()
  /external/python/oauth2client/tests/contrib/
test_gce.py 87 get_info.assert_not_called()
  /external/python/google-api-python-client/tests/
test_http.py 415 request._sleep.assert_not_called()
982 request._sleep.assert_not_called()
1005 request._sleep.assert_not_called()
1028 request._sleep.assert_not_called()
1051 request._sleep.assert_not_called()
1074 request._sleep.assert_not_called()
    [all...]
  /external/python/oauth2client/tests/
test_client.py 323 from_gce.assert_not_called()
624 get_well_known.assert_not_called()
625 in_gae.assert_not_called()
626 in_gce.assert_not_called()
648 get_well_known.assert_not_called()
649 in_gae.assert_not_called()
650 in_gce.assert_not_called()
673 get_well_known.assert_not_called()
674 in_gae.assert_not_called()
675 in_gce.assert_not_called()
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage_unittest.py 297 mock_calculate_hash.assert_not_called()
  /external/python/cpython3/Lib/unittest/
mock.py 190 def assert_not_called(*args, **kwargs): function in function:_setup_func
191 return mock.assert_not_called(*args, **kwargs)
225 funcopy.assert_not_called = assert_not_called
785 def assert_not_called(_mock_self): member in class:NonCallableMock
    [all...]
  /external/python/cpython3/Lib/test/
test_builtin.py     [all...]
test_site.py 314 mock_addsitedir.assert_not_called()
  /external/autotest/client/common_lib/
utils_unittest.py     [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_proactor_events.py 267 exc_handler.assert_not_called()
385 self.loop.call_exception_handler.assert_not_called()
    [all...]
  /external/python/mock/mock/tests/
testmock.py     [all...]
  /external/tensorflow/tensorflow/contrib/compiler/
xla_test.py 342 mock_xla_compile.assert_not_called()
  /external/python/cpython3/Lib/unittest/test/testmock/
testmock.py     [all...]
testpatch.py 990 function.assert_not_called()
994 self.assertRaises(AssertionError, function.assert_not_called)
    [all...]
  /external/python/cpython2/Lib/test/
_mock_backport.py 762 def assert_not_called(_mock_self): member in class:NonCallableMock
    [all...]
  /external/python/mock/mock/
mock.py 890 def assert_not_called(_mock_self): member in class:NonCallableMock
    [all...]

Completed in 898 milliseconds