Searched refs:_create_file (Results 1 – 1 of 1) sorted by relevance
73 def _create_file(self, rel_path, text, encoding="utf-8"): member in TextFileReaderTest122 file_path = self._create_file('should_not_process.txt', 'contents')128 file_path = self._create_file('foo.txt', 'line one\r\nline two\n')135 file_path = self._create_file('-', 'file contents')142 file_path = self._create_file('foo.txt', 'file contents')153 file_path1 = self._create_file('file1.txt', 'foo')156 file_path2 = self._create_file(rel_path, 'bar')