Searched refs:mock_progress_string (Results 1 – 1 of 1) sorted by relevance
148 def test_run(self, mock_progress_string, mock_status_string, mock_sleep, argument193 self.assertEqual(mock_progress_string.call_count, 0)221 self.assertEqual(mock_progress_string.call_count, 0)242 mock_progress_string.return_value = 'Fake progress string'250 self.assertEqual(mock_progress_string.call_count, 2)