]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-89812: Test that `pathlib.Path.is_junction()` returns false (GH-106062)
authorBarney Gale <barney.gale@gmail.com>
Sat, 1 Jul 2023 11:58:30 +0000 (12:58 +0100)
committerGitHub <noreply@github.com>
Sat, 1 Jul 2023 11:58:30 +0000 (12:58 +0100)
commit6e01055e15c252185b118956d545bfad03ae11ed
tree9e8b14fb8c37c1c1d58ae62d3fa8c0e8e3f716e2
parent3fd99b5a974314075424744747899b2acf18dadd
GH-89812: Test that `pathlib.Path.is_junction()` returns false (GH-106062)

Slightly expand the test coverage of `is_junction()`. The existing test
only checks that `os.path.isjunction()` is called under-the-hood.
Lib/test/test_pathlib.py