Searched refs:mock_progress_string (Results 1 – 1 of 1) sorted by relevance
142 def test_run(self, mock_progress_string, mock_status_string): argument183 self.assertEqual(mock_progress_string.call_count, 0)211 self.assertEqual(mock_progress_string.call_count, 0)232 mock_progress_string.return_value = 'Fake progress string'240 self.assertEqual(mock_progress_string.call_count, 2)