Searched refs:current_suite (Results 1 – 1 of 1) sorted by relevance
265 def _log_test_results(self, test_status, current_suite): argument274 (current_suite, test_status.get('path'),383 for current_suite in test_map.keys():384 logging.info('Processing suite %s', current_suite)386 result = self._synchronous_run_suite(current_suite)389 for test_names in test_map.get(current_suite):391 current_suite)