Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/mobly/tests/mobly/
Dutils_test.py243 mock_command = mock.MagicMock(spec=dict)
248 out = utils.run_command(mock_command)
252 mock_command,
265 mock_command = mock.MagicMock(spec=dict)
277 mock_command,
288 mock_command,
/aosp_15_r20/external/toolchain-utils/rust_tools/
H A Drust_uprev_test.py493 def test_success_with_template(self, mock_command, _ebuild_for_version): argument
499 mock_command.assert_not_called()
508 self, mock_command, *_args argument
514 mock_command.assert_not_called()