Searched refs:_MAX_TEST_NAMES_IN_ERROR (Results 1 – 1 of 1) sorted by relevance
79 _MAX_TEST_NAMES_IN_ERROR = 3 variable in tast545 s = ' '.join(sorted(names)[:self._MAX_TEST_NAMES_IN_ERROR])546 if len(names) > self._MAX_TEST_NAMES_IN_ERROR: