Home
last modified time | relevance | path

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

/external/toolchain-utils/llvm_tools/
Dupdate_tryjob_status_unittest.py108 def testInvalidCrosBuildResultValue(self, mock_cros_buildresult): argument
121 mock_cros_buildresult.assert_called_once_with(chroot_path, buildbucket_id)
129 def testValidCrosBuildResultValue(self, mock_cros_buildresult): argument
137 mock_cros_buildresult.assert_called_once_with(chroot_path, buildbucket_id)