Searched refs:can_symlink (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | symlink_support.py | 7 def can_symlink(): function 9 prev_val = getattr(can_symlink, 'prev_val', None) 20 can_symlink.prev_val = can 25 ok = can_symlink()
|
/external/python/cpython3/Lib/test/ |
D | test_glob.py | 8 can_symlink, create_empty_file, change_cwd) 37 if can_symlink(): 213 if can_symlink(): 225 if can_symlink(): 234 if can_symlink(): 238 if can_symlink(): 263 if can_symlink():
|
D | test_venv.py | 17 can_symlink, EnvironmentVarGuard, rmtree) 238 @unittest.skipUnless(can_symlink(), 'Needs symlinks') 270 @unittest.skipUnless(can_symlink(), 'Needs symlinks')
|
D | test_pathlib.py | 1244 if support.can_symlink(): 1338 if support.can_symlink(): 1381 if support.can_symlink(): 1414 if not support.can_symlink(): 1418 if not support.can_symlink(): 1423 if not support.can_symlink(): 1438 if not support.can_symlink(): 1866 if support.can_symlink(): 1877 if support.can_symlink(): 1891 if support.can_symlink(): [all …]
|
D | test_posixpath.py | 160 if support.can_symlink(): 181 @unittest.skipUnless(support.can_symlink(),
|
D | test_os.py | 917 if support.can_symlink(): 1000 if not support.can_symlink(): 3421 symlink = support.can_symlink() 3545 if not support.can_symlink(): 3599 if support.can_symlink():
|
D | test_httpservers.py | 612 if support.can_symlink():
|
/external/python/setuptools/setuptools/tests/ |
D | test_find_packages.py | 18 def can_symlink(): function 28 globals().update(can_symlink=lambda: can) 37 return can_symlink() and not bad_symlink
|
D | test_setuptools.py | 351 def can_symlink(tmpdir): function 364 def test_findall_missing_symlink(tmpdir, can_symlink): argument
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 2395 def can_symlink(): function 2412 ok = can_symlink()
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 781 .. function:: can_symlink()
|