Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythonGH-89812: Test that
pathlib.Path.is_junction()
returns false
Slightly expand the test coverage of `is_junction()`. The existing test only checks that `os.path.isjunction()` is called under-the-hood.
- Loading branch information