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