Home
last modified time | relevance | path

Searched refs:mock_exists (Results 1 – 2 of 2) sorted by relevance

/external/toolchain-utils/rust_tools/
Drust_uprev_test.py81 def test_success_without_template(self, mock_command, mock_exists): argument
89 mock_exists.assert_not_called()
94 mock_exists): argument
98 mock_exists.assert_not_called()
395 def test_update_virtual_rust(self, mock_call, mock_copy, mock_exists): argument
403 mock_exists.assert_called_once_with(virtual_rust_dir)
/external/toolchain-utils/crosperf/
Dexperiment_factory_unittest.py420 def test_check_skylab_tool(self, mock_exists, mock_runcmd): argument
425 mock_exists.return_value = True
429 mock_exists.return_value = False