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

  /external/autotest/cli/
acl_unittest.py 43 sys.exit.expect_call(1).and_raises(cli_mock.ExitException)
152 sys.exit.expect_call(1).and_raises(cli_mock.ExitException)
163 sys.exit.expect_call(1).and_raises(cli_mock.ExitException)
173 sys.exit.expect_call(1).and_raises(cli_mock.ExitException)
273 sys.exit.expect_call(1).and_raises(cli_mock.ExitException)
cli_mock.py 145 and_raises(proxy.JSONRPCException(expected)))
175 sys.exit.expect_call(exit_code).and_raises(ExitException)
topic_common_unittest.py 334 sys.exit.expect_call(1).and_raises(cli_mock.ExitException)
423 sys.exit.expect_call(1).and_raises(cli_mock.ExitException)
434 sys.exit.expect_call(1).and_raises(cli_mock.ExitException)
735 sys.exit.expect_call(1).and_raises(cli_mock.ExitException)
    [all...]
action_common_unittest.py 79 sys.exit.expect_call(1).and_raises(cli_mock.ExitException)
365 sys.exit.expect_call(1).and_raises(cli_mock.ExitException)
host_unittest.py 29 sys.exit.expect_call(1).and_raises(cli_mock.ExitException)
    [all...]
  /external/autotest/database/
database_connection_unittest.py 89 call.and_raises(FakeDatabaseError())
93 self._fake_backend.connect.expect_call(**_CONNECT_KWARGS).and_raises(
169 self._fake_backend.execute.expect_call('query', None).and_raises(
177 self._fake_backend.execute.expect_call('query', None).and_raises(
  /external/autotest/server/
autotest_unittest.py 250 .and_raises(error.AutoservRunError('dummy', object())))
280 collector.collect_client_job_results.expect_call().and_raises(
290 self.host.run.expect_call('echo A > /autotest/fifo2').and_raises(
310 self.host.run.expect_call('echo B > /autotest/fifo3').and_raises(
subcommand_unittest.py 141 func.expect_call(1, 2).and_raises(error)
163 .and_raises(subcommand.os.error('waitpid')))
183 cmd._handle_exitstatus.expect_call(10).and_raises(Exception('fail'))
206 cmd._handle_exitstatus.expect_call(10).and_raises(Exception('fail'))
368 func.expect_call(3).and_raises(error)
  /external/autotest/client/bin/
package_unittest.py 159 os_dep.command.expect_call(package_manager).and_raises(ValueError)
162 os_dep.command.expect_call('alien').and_raises(ValueError)
job_unittest.py 294 self.control, options, True).and_raises(error)
390 self.job._runtest.expect_call(testname, "", None, (), {}).and_raises(
425 self.job._runtest.expect_call(testname, "", None, (), {}).and_raises(
  /external/autotest/client/common_lib/test_utils/
mock_demo.py 124 m3.method6.expect_call(True).and_raises(MyError("woops"))
mock.py 181 def and_raises(self, error): member in class:function_mapping
  /external/autotest/tko/parsers/
version_0_unittest.py 61 version_0.job.find_hostname.expect_call('.').and_raises(
86 version_0.job.find_hostname.expect_call('.').and_raises(
  /external/autotest/client/common_lib/
test_unittest.py 92 self.test.run_once.expect_call(1, 2, arg='val').and_raises(error)
113 {'arg': 'val'}).and_raises(
utils_unittest.py 838 utils.select.select.expect_any_call().and_raises(
    [all...]

Completed in 323 milliseconds