Searched refs:unexpected_paths (Results 1 – 2 of 2) sorted by relevance
72 def _Fail(unexpected_paths): argument79 logging.error("Unexpected files:\n%s", "\n".join(unexpected_paths))80 assert_lines = unexpected_paths[:20]81 if len(unexpected_paths) > 20:84 "Total number of errors: %d" % len(unexpected_paths))
67 def _Fail(self, unexpected_paths): argument74 logging.error("Unexpected files:\n%s", "\n".join(unexpected_paths))75 assert_lines = unexpected_paths[:20]76 if len(unexpected_paths) > 20:79 "Total number of errors: %d" % len(unexpected_paths))