Home
last modified time | relevance | path

Searched refs:assert_not_called (Results 1 – 25 of 28) sorted by relevance

12

/external/autotest/site_utils/deployment/
Dinstall_unittest.py101 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/
Dtf_should_use_test.py77 error.assert_not_called()
78 fatal.assert_not_called()
/external/autotest/server/hosts/
Djetstream_host_unittest.py22 mock_exception_logging.assert_not_called()
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_colorizer.py319 mock_recmain.assert_not_called()
325 mock_recmain.assert_not_called()
331 mock_recmain.assert_not_called()
Dtest_browser.py159 fopen.assert_not_called()
Dtest_codecontext.py309 mock_update.assert_not_called()
/external/python/oauth2client/tests/
Dtest_client.py323 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/
Dtest_http.py415 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/
Dstable_version_unittest.py83 mocks[not_called].assert_not_called()
/external/python/oauth2client/tests/contrib/
Dtest_gce.py87 get_info.assert_not_called()
/external/python/mock/
DNEWS42 - Issue #21262: New method assert_not_called for Mock.
/external/python/cpython3/Lib/unittest/
Dmock.py190 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/
Dcloud_storage_unittest.py297 mock_calculate_hash.assert_not_called()
/external/autotest/client/common_lib/
Dutils_unittest.py1329 self.time_mock.sleep.assert_not_called()
1458 self.time_mock.sleep.assert_not_called()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_proactor_events.py267 exc_handler.assert_not_called()
385 self.loop.call_exception_handler.assert_not_called()
/external/python/cpython3/Lib/test/
Dtest_builtin.py1591 mock.assert_not_called()
1617 mock.assert_not_called()
1624 mock.assert_not_called()
Dtest_site.py314 mock_addsitedir.assert_not_called()
/external/tensorflow/tensorflow/contrib/compiler/
Dxla_test.py342 mock_xla_compile.assert_not_called()
/external/python/mock/mock/tests/
Dtestmock.py1284 m.hello.assert_not_called()
1287 m.hello.assert_not_called()
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b2.rst268 assert_not_called, and assert_called_once.
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py990 function.assert_not_called()
994 self.assertRaises(AssertionError, function.assert_not_called)
Dtestmock.py1421 m.hello.assert_not_called()
1424 m.hello.assert_not_called()
/external/python/cpython2/Lib/test/
D_mock_backport.py762 def assert_not_called(_mock_self): member in NonCallableMock
/external/python/cpython3/Doc/library/
Dunittest.mock.rst356 .. method:: assert_not_called()
361 >>> m.hello.assert_not_called()
363 >>> m.hello.assert_not_called()
/external/python/mock/mock/
Dmock.py890 def assert_not_called(_mock_self): member in NonCallableMock

12