Searched refs:expected_error_args (Results 1 – 1 of 1) sorted by relevance
125 def _test_initialize_fail(self, expected_error_args, **create_runner_kwargs): argument129 mocked_error.assert_called_with(*expected_error_args)134 expected_error_args = ('Fuzz_seconds argument must be greater than 1, '143 self._test_initialize_fail(expected_error_args,151 expected_error_args = ('Out directory: %s does not exist.', out_path)152 self._test_initialize_fail(expected_error_args, workspace=tmp_dir)162 expected_error_args = (165 self._test_initialize_fail(expected_error_args, workspace=tmp_dir)176 expected_error_args = (179 self._test_initialize_fail(expected_error_args, workspace=tmp_dir)[all …]