Searched refs:mock_find_tryjob_index (Results 1 – 2 of 2) sorted by relevance
53 def testNoTryjobIndexFound(self, mock_find_tryjob_index): argument88 mock_find_tryjob_index.assert_called_once()93 def testSuccessfullyRemovedTryjobInStatusFile(self, mock_find_tryjob_index): argument129 mock_find_tryjob_index.assert_called_once()137 def testSuccessfullyRelaunchedTryjob(self, mock_find_tryjob_index, argument205 mock_find_tryjob_index.assert_called_once()212 def testAddingTryjobThatAlreadyExists(self, mock_find_tryjob_index): argument249 mock_find_tryjob_index.assert_called_once()254 self, mock_find_tryjob_index): argument288 mock_find_tryjob_index.assert_called_once()[all …]
267 mock_find_tryjob_index): argument301 mock_find_tryjob_index.assert_called_once()306 def testSuccessfullyUpdatedTryjobStatusToGood(self, mock_find_tryjob_index): argument342 mock_find_tryjob_index.assert_called_once()347 def testSuccessfullyUpdatedTryjobStatusToBad(self, mock_find_tryjob_index): argument383 mock_find_tryjob_index.assert_called_once()389 mock_find_tryjob_index): argument425 mock_find_tryjob_index.assert_called_once()430 def testSuccessfullyUpdatedTryjobStatusToSkip(self, mock_find_tryjob_index): argument466 mock_find_tryjob_index.assert_called_once()[all …]