Searched refs:mock_run_command (Results 1 – 1 of 1) sorted by relevance
1484 run_command = self.mock_run_command(side_effect=Exception(''))1498 run_command = self.mock_run_command()1521 run_command = self.mock_run_command()1543 run_command = self.mock_run_command(1699 run_command=run_command or self.mock_run_command(),1717 def mock_run_command(self, **kwargs): member in BazelTestRunnerTest