SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72140 0 32 Python

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.
B
Barney Gale committed
e212618bafaa4f775502e3442de0affb80205b5e
Parent: 46c1097
Committed by GitHub <noreply@github.com> on 6/30/2023, 11:46:44 PM