Home
last modified time | relevance | path

Searched refs:_CreateTestFile (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_filesystem_vs_real_test.py58 def _CreateTestFile(self, file_type, path, contents=None): member in FakeFilesystemVsRealTest
441 self._CreateTestFile('f', 'aFile')
445 self._CreateTestFile('f', 'aFile', 'some contents')
449 self._CreateTestFile('b', 'aFile', b'some contents')
454 self._CreateTestFile('f', 'aFile')
455 self._CreateTestFile('l', 'link_to_empty', 'aFile')
460 self._CreateTestFile('f', 'aFile')
461 self._CreateTestFile('h', 'link_to_empty', 'aFile')
466 self._CreateTestFile('f', 'aFile', 'some contents')
467 self._CreateTestFile('l', 'link_to_file', 'aFile')
[all …]
Dfake_filesystem_test.py1186 def _CreateTestFile(self, path): member in FakeOsModuleTest
1205 self._CreateTestFile(path)
1218 self._CreateTestFile(path)
1232 self._CreateTestFile(path)
1258 self._CreateTestFile(path)
1305 self._CreateTestFile(path)
1322 self._CreateTestFile(path)
1336 self._CreateTestFile(path)