HomeSort by relevance Sort by last modified time
    Searched refs:assert_called_once_with (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/python/cpython2/Lib/test/
test_ensurepip.py 41 self.run_pip.assert_called_once_with(
55 self.run_pip.assert_called_once_with(
67 self.run_pip.assert_called_once_with(
78 self.run_pip.assert_called_once_with(
89 self.run_pip.assert_called_once_with(
100 self.run_pip.assert_called_once_with(
111 self.run_pip.assert_called_once_with(
189 self.run_pip.assert_called_once_with(
200 self.run_pip.assert_called_once_with(
211 self.run_pip.assert_called_once_with(
    [all...]
  /external/autotest/venv/lucifer/
loglib_unittest.py 25 dictConfig.assert_called_once_with(mock.ANY)
35 configure.assert_called_once_with(name='unittest')
autotest_unittest.py 51 import_module.assert_called_once_with(expected)
70 import_module.assert_called_once_with(expected)
82 import_module.assert_called_once_with(name)
  /external/chromium-trace/catapult/devil/devil/android/tools/
system_app_test.py 51 mock_device.GetProp.assert_called_once_with(
53 mock_device.SetProp.assert_called_once_with(
59 mock_device.GetProp.assert_called_once_with(
64 mock_device.SetProp.assert_called_once_with(
  /external/autotest/server/cros/cfm/configurable_test/
configurable_cfm_test_unittest.py 28 cfm_facade_mock.start_meeting_session.assert_called_once_with()
29 cfm_facade_mock.end_meeting_session.assert_called_once_with()
45 cfm_facade_mock.start_meeting_session.assert_called_once_with()
actions_unittest.py 59 self.host_mock.reboot.assert_called_once_with()
65 self.host_mock.reboot.assert_called_once_with()
67 .assert_called_once_with())
69 .assert_called_once_with())
  /external/python/cpython3/Lib/unittest/test/testmock/
testcallable.py 63 mock.assert_called_once_with()
75 mock.assert_called_once_with()
114 mock.assert_called_once_with()
123 instance.assert_called_once_with()
126 result.assert_called_once_with(3, 2, 1)
128 result.foo.assert_called_once_with(3, 2, 1)
145 mock.wibble.assert_called_once_with()
testhelpers.py 554 mock.f.assert_called_once_with(1, 2)
557 mock.g.assert_called_once_with(3, 4)
719 mock.assert_called_once_with(1)
720 mock.assert_called_once_with(a=1)
721 self.assertRaises(AssertionError, mock.assert_called_once_with, 2)
746 mock.assert_called_once_with(1, 2)
747 mock.assert_called_once_with(x=1, y=2)
753 instance.assert_called_once_with('a')
754 instance.assert_called_once_with(a='a')
761 mock.assert_called_once_with(a='a'
    [all...]
  /external/python/cpython3/Lib/test/
test_getpass.py 45 getpw.assert_called_once_with(42)
57 stream.flush.assert_called_once_with()
64 stderr.write.assert_called_once_with(prompt)
70 mock_input.readline.assert_called_once_with()
77 mock_input.readline.assert_called_once_with()
106 open.assert_called_once_with('/dev/tty',
108 fileio.assert_called_once_with(open.return_value, 'w+')
109 textio.assert_called_once_with(fileio.return_value)
134 fallback.assert_called_once_with('Password: ',
157 stdin.readline.assert_called_once_with()
    [all...]
test_ensurepip.py 40 self.run_pip.assert_called_once_with(
54 self.run_pip.assert_called_once_with(
66 self.run_pip.assert_called_once_with(
77 self.run_pip.assert_called_once_with(
88 self.run_pip.assert_called_once_with(
99 self.run_pip.assert_called_once_with(
110 self.run_pip.assert_called_once_with(
187 self.run_pip.assert_called_once_with(
198 self.run_pip.assert_called_once_with(
209 self.run_pip.assert_called_once_with(
    [all...]
  /external/autotest/scheduler/
scheduler_lib_unittest.py 41 connection_manager.open_connection.assert_called_once_with()
51 connection_manager.disconnect.assert_called_once_with()
74 readonly_connection.set_globally_disabled.assert_called_once_with(True)
75 setup_django_environment.enable_autocommit.assert_called_once_with()
rdb_unittest.py 121 self.handler.host_query_manager.update_hosts.assert_called_once_with(
133 self.handler.host_query_manager.update_hosts.assert_called_once_with(
145 self.handler.host_query_manager.update_hosts.assert_called_once_with(
157 self.handler.host_query_manager.update_hosts.assert_called_once_with(
  /tools/acloud/public/
device_driver_test.py 131 self.compute_client.DeleteInstances.assert_called_once_with(
230 self.compute_client.ListInstances.assert_called_once_with(
232 self.compute_client.DeleteInstances.assert_called_once_with(
235 self.compute_client.ListImages.assert_called_once_with()
236 self.compute_client.DeleteImages.assert_called_once_with(
239 self.compute_client.ListDisks.assert_called_once_with(zone=cfg.zone)
240 self.compute_client.DeleteDisks.assert_called_once_with(
243 self.storage_client.List.assert_called_once_with(
245 self.storage_client.DeleteFiles.assert_called_once_with(
  /system/iot/attestation/at-factory-tool/
fastbootsubp_unittest.py 49 mock_fastboot_commands.assert_called_once_with(
59 mock_fastboot_commands.assert_called_once_with(
70 mock_fastboot_commands.assert_called_once_with(
84 mock_fastboot_commands.assert_called_once_with(
92 mock_fastboot_commands.assert_called_once_with(
112 mock_fastboot_commands.assert_called_once_with(
124 mock_fastboot_commands.assert_called_once_with(
148 mock_fastboot_commands.assert_called_once_with(
171 mock_fastboot_commands.assert_called_once_with(
194 mock_fastboot_commands.assert_called_once_with(
    [all...]
fastbootsh_unittest.py 46 mock_fastboot_commands.assert_called_once_with('devices')
55 mock_fastboot_commands.assert_called_once_with('devices')
68 mock_fastboot_commands.assert_called_once_with('devices')
75 mock_fastboot_commands.assert_called_once_with('devices')
94 mock_fastboot_commands.assert_called_once_with('-s',
107 mock_fastboot_commands.assert_called_once_with('-s',
132 mock_fastboot_commands.assert_called_once_with('-s',
156 mock_fastboot_commands.assert_called_once_with('-s',
179 mock_fastboot_commands.assert_called_once_with('-s',
201 mock_fastboot_commands.assert_called_once_with('-s'
    [all...]
  /external/autotest/client/bin/
base_sysinfo_unittest.py 30 log.run.assert_called_once_with(self._output_dir)
43 log.run.assert_called_once_with(self._output_dir)
local_host_unittest.py 61 mock_run.assert_called_once_with(
83 mock_run.assert_called_once_with(
105 mock_run.assert_called_once_with(
132 mock_run.assert_called_once_with(
  /tools/acloud/public/acloud_kernel/
kernel_swapper_test.py 62 self.subprocess_call.assert_called_once_with(scp_cmd, shell=True)
71 self.subprocess_call.assert_called_once_with(reboot_cmd, shell=True)
72 self.compute_client.WaitForBoot.assert_called_once_with(
  /external/autotest/site_utils/deployment/
install_unittest.py 85 afe_mock.cros_version_map.set_version.assert_called_once_with(
87 afe_mock.fw_version_map.set_version.assert_called_once_with(
117 afe_mock.cros_version_map.set_version.assert_called_once_with(
131 afe_mock.cros_version_map.set_version.assert_called_once_with(
133 afe_mock.fw_version_map.set_version.assert_called_once_with(
149 afe_mock.cros_version_map.set_version.assert_called_once_with(
  /external/chromium-trace/catapult/devil/devil/android/
md5sum_test.py 52 mock_get_cmd_output.assert_called_once_with(
70 mock_get_cmd_output.assert_called_once_with(
89 mock_get_cmd_output.assert_called_once_with(
231 device.adb.Push.assert_called_once_with(
  /external/libmojo/third_party/catapult/devil/devil/android/
md5sum_test.py 52 mock_get_cmd_output.assert_called_once_with(
70 mock_get_cmd_output.assert_called_once_with(
89 mock_get_cmd_output.assert_called_once_with(
231 device.adb.Push.assert_called_once_with(
  /external/autotest/server/hosts/
afe_store_unittest.py 96 self.mock_afe.set_host_attribute.assert_called_once_with(
107 self.mock_afe.set_host_attribute.assert_called_once_with(
118 self.mock_afe.set_host_attribute.assert_called_once_with(
shadowing_store_unittest.py 81 callback.assert_called_once_with(p_info, s_info)
98 callback.assert_called_once_with(p_info, s_info)
104 callback.assert_called_once_with(p_info, s_info)
  /external/python/cpython3/Lib/test/test_asyncio/
test_unix_events.py 231 m_signal.set_wakeup_fd.assert_called_once_with(-1)
892 self.m_add_signal_handler.assert_called_once_with(
    [all...]
  /external/autotest/site_utils/
hwid_lib_unittest.py 88 mock_page_contents.close.assert_called_once_with()
107 mock_page_contents.close.assert_called_once_with()

Completed in 282 milliseconds

1 2 3