diff options
author | Barney Gale <barney.gale@gmail.com> | 2023-06-30 23:46:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 23:46:44 (GMT) |
commit | e212618bafaa4f775502e3442de0affb80205b5e (patch) | |
tree | fefd0b1cc09bd6e8765823212d849f00392aa7c1 /Lib/test/test_genericalias.py | |
parent | 46c1097868745eeb47abbc8af8c34e8fcb80ff1d (diff) | |
download | cpython-e212618bafaa4f775502e3442de0affb80205b5e.zip cpython-e212618bafaa4f775502e3442de0affb80205b5e.tar.gz cpython-e212618bafaa4f775502e3442de0affb80205b5e.tar.bz2 |
GH-89812: Simplify creation of symlinks in pathlib tests. (GH-106061)
Remove `PathTest.dirlink()` function. Symlinks in `PathTest.setUp()` are
created using `os.symlink()` directly; symlinks in test functions use
`Path.symlink_to()` in order to make the tests applicable to a
(near-)future `AbstractPath` class.
Diffstat (limited to 'Lib/test/test_genericalias.py')
0 files changed, 0 insertions, 0 deletions