Searched refs:create_empty_file (Results 1 - 17 of 17) sorted by relevance
/third_party/python/Lib/test/test_importlib/ |
H A D | test_pkg_import.py | 10 from test.support.os_helper import create_empty_file namespace 32 create_empty_file(os.path.join(self.package_dir, '__init__.py'))
|
H A D | test_api.py | 264 os_helper.create_empty_file(path)
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_filelist.py | 313 os_helper.create_empty_file(file1) 316 os_helper.create_empty_file(file2) 327 os_helper.create_empty_file(file1)
|
/third_party/python/Lib/test/ |
H A D | test_reprlib.py | 14 from test.support.os_helper import create_empty_file namespace 240 create_empty_file(os.path.join(self.pkgname, '__init__.py')) 243 create_empty_file(os.path.join(self.subpkgname, '__init__.py')) 287 create_empty_file(os.path.join(self.subpkgname, self.pkgname + '.py'))
|
H A D | test_unicode_file.py | 10 TESTFN_UNENCODABLE, create_empty_file) 106 create_empty_file(filename)
|
H A D | test_runpy.py | 17 from test.support.os_helper import create_empty_file, temp_dir namespace 220 create_empty_file(pkg_fname) 380 create_empty_file(sibling_fname) 390 create_empty_file(nephew_fname)
|
H A D | test_glob.py | 8 can_symlink, create_empty_file, change_cwd) 25 create_empty_file(filename) 362 create_empty_file(os.path.join('dir', 'file'))
|
H A D | test_dbm.py | 77 os_helper.create_empty_file(_fname)
|
H A D | test_posix.py | 797 os_helper.create_empty_file(os_helper.TESTFN) 1341 os_helper.create_empty_file(fullname) 1503 os_helper.create_empty_file(fullname)
|
H A D | test_shutil.py | 325 os_helper.create_empty_file(self.child_file_path) 2181 os_helper.create_empty_file(os.path.join(self.src_dir, 'child')) 2182 os_helper.create_empty_file(os.path.join(self.src_dir, 'child1')) 2222 os_helper.create_empty_file(os.path.join(TESTFN_SRC, 'child'))
|
H A D | test_optparse.py | 1043 os_helper.create_empty_file(os_helper.TESTFN)
|
H A D | test_zipimport.py | 808 os_helper.create_empty_file(TESTMOD)
|
H A D | test_tarfile.py | 1405 os_helper.create_empty_file(name) 1444 os_helper.create_empty_file(foo)
|
H A D | test_mailbox.py | 935 os_helper.create_empty_file(filename)
|
H A D | test_os.py | 2409 os_helper.create_empty_file(os.path.join(self.bdir, fn))
|
/third_party/python/Lib/test/support/ |
H A D | os_helper.py | 534 def create_empty_file(filename): function
|
/third_party/python/Lib/test/test_import/ |
H A D | __init__.py | 1031 os_helper.create_empty_file(init_file)
|
Completed in 32 milliseconds