Searched refs:_read_file_contents (Results 1 – 4 of 4) sorted by relevance
120 def _read_file_contents(file_path, encoding): member in ChangeLogTest138 actual_contents = self._read_file_contents(changelog_path, "utf-8")149 actual_contents = self._read_file_contents(changelog_path, "utf-8")
50 actual_contents = self._read_file_contents(changelog_path, "utf-8")
395 queue._read_file_contents = lambda path: None397 queue._read_file_contents = lambda path: ""
316 def _read_file_contents(self, path): member in CommitQueue325 results_html = self._read_file_contents(results_path)