Searched refs:mock_print (Results 1 – 2 of 2) sorted by relevance
100 def test_check_skip_build(self, mock_print): argument105 self.assertFalse(mock_print.called)112 self.assertTrue(mock_print.called_with(info))
143 def test_process_test_result(self, mock_print, mock_update, mock_title): argument153 mock_print.assert_called_with(RESULT_PASSED_TEST)159 mock_print.assert_called_with(RESULT_FAILED_TEST)