Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_glob.py8 can_symlink, create_empty_file, change_cwd)
39 if can_symlink():
277 if can_symlink():
289 if can_symlink():
298 if can_symlink():
302 if can_symlink():
327 if can_symlink():
H A Dtest_venv.py24 from test.support.os_helper import (can_symlink, EnvironmentVarGuard, rmtree) namespace
280 @unittest.skipUnless(can_symlink(), 'Needs symlinks')
396 @unittest.skipUnless(can_symlink(), 'Needs symlinks')
433 @unittest.skipUnless(can_symlink(), 'Needs symlinks')
H A Dtest_pathlib.py1426 if os_helper.can_symlink():
1559 if os_helper.can_symlink():
1624 if os_helper.can_symlink():
1657 if not os_helper.can_symlink():
1661 if not os_helper.can_symlink():
1666 if not os_helper.can_symlink():
1671 if not os_helper.can_symlink():
1686 if not os_helper.can_symlink():
1693 if not os_helper.can_symlink():
2308 if os_helper.can_symlink()
[all...]
H A Dtest_tarfile.py3311 # Under WASI, `os_helper.can_symlink` is False to make
3313 # But in the following tests we use can_symlink to *determine* which
3442 if os_helper.can_symlink():
3487 if os_helper.can_symlink():
3496 if os_helper.can_symlink():
3521 if os_helper.can_symlink():
3528 if os_helper.can_symlink():
3550 if os_helper.can_symlink():
3585 if os_helper.can_symlink():
H A Dtest_posixpath.py165 if os_helper.can_symlink():
H A Dtest_os.py1333 if os_helper.can_symlink():
1418 if not os_helper.can_symlink():
4223 symlink = os_helper.can_symlink()
4347 if not os_helper.can_symlink():
4401 if os_helper.can_symlink():
H A Dtest_httpservers.py730 if os_helper.can_symlink():
/third_party/python/Lib/test/support/
H A Dos_helper.py170 def can_symlink(): function
178 symlink_path = src + "can_symlink"
192 ok = can_symlink()

Completed in 22 milliseconds