Searched refs:skipped_file_contents (Results 1 – 1 of 1) sorted by relevance
876 def _tests_from_skipped_file_contents(self, skipped_file_contents): argument878 for line in skipped_file_contents.split('\n'):894 skipped_file_contents = self._filesystem.read_text_file(filename)895 tests_to_skip.extend(self._tests_from_skipped_file_contents(skipped_file_contents))