Searched refs:_create_file (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dfilereader_unittest.py64 def _create_file(self, rel_path, text): member in class:TextFileReaderTest
111 file_path = self._create_file('should_not_process.txt', 'contents')
117 file_path = self._create_file('foo.txt', 'line one\r\nline two\n')
124 file_path = self._create_file('-', 'file contents')
131 file_path = self._create_file('foo.txt', 'file contents')
142 file_path1 = self._create_file('file1.txt', 'foo')
145 file_path2 = self._create_file(rel_path, 'bar')

Completed in 295 milliseconds