/external/autotest/site_utils/deployment/ |
D | 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/ |
D | tf_should_use_test.py | 77 error.assert_not_called() 78 fatal.assert_not_called()
|
/external/autotest/server/hosts/ |
D | jetstream_host_unittest.py | 22 mock_exception_logging.assert_not_called()
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_colorizer.py | 319 mock_recmain.assert_not_called() 325 mock_recmain.assert_not_called() 331 mock_recmain.assert_not_called()
|
D | test_browser.py | 159 fopen.assert_not_called()
|
D | test_codecontext.py | 309 mock_update.assert_not_called()
|
/external/python/oauth2client/tests/ |
D | 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/python/google-api-python-client/tests/ |
D | 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()
|
/external/autotest/site_utils/stable_images/ |
D | stable_version_unittest.py | 83 mocks[not_called].assert_not_called()
|
/external/python/oauth2client/tests/contrib/ |
D | test_gce.py | 87 get_info.assert_not_called()
|
/external/python/mock/ |
D | NEWS | 42 - Issue #21262: New method assert_not_called for Mock.
|
/external/python/cpython3/Lib/unittest/ |
D | mock.py | 190 def assert_not_called(*args, **kwargs): function 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 NonCallableMock
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | cloud_storage_unittest.py | 297 mock_calculate_hash.assert_not_called()
|
/external/autotest/client/common_lib/ |
D | utils_unittest.py | 1329 self.time_mock.sleep.assert_not_called() 1458 self.time_mock.sleep.assert_not_called()
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_proactor_events.py | 267 exc_handler.assert_not_called() 385 self.loop.call_exception_handler.assert_not_called()
|
/external/python/cpython3/Lib/test/ |
D | test_builtin.py | 1591 mock.assert_not_called() 1617 mock.assert_not_called() 1624 mock.assert_not_called()
|
D | test_site.py | 314 mock_addsitedir.assert_not_called()
|
/external/tensorflow/tensorflow/contrib/compiler/ |
D | xla_test.py | 342 mock_xla_compile.assert_not_called()
|
/external/python/mock/mock/tests/ |
D | testmock.py | 1284 m.hello.assert_not_called() 1287 m.hello.assert_not_called()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0b2.rst | 268 assert_not_called, and assert_called_once.
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testpatch.py | 990 function.assert_not_called() 994 self.assertRaises(AssertionError, function.assert_not_called)
|
D | testmock.py | 1421 m.hello.assert_not_called() 1424 m.hello.assert_not_called()
|
/external/python/cpython2/Lib/test/ |
D | _mock_backport.py | 762 def assert_not_called(_mock_self): member in NonCallableMock
|
/external/python/cpython3/Doc/library/ |
D | unittest.mock.rst | 356 .. method:: assert_not_called() 361 >>> m.hello.assert_not_called() 363 >>> m.hello.assert_not_called()
|
/external/python/mock/mock/ |
D | mock.py | 890 def assert_not_called(_mock_self): member in NonCallableMock
|