mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-90385: Add skip_unless_symlink decorator to test_walk_symlink_location (GH-95182)
This commit is contained in:
parent
9762572d0a
commit
23f6944c37
1 changed files with 1 additions and 0 deletions
|
@ -2617,6 +2617,7 @@ class WalkTests(unittest.TestCase):
|
|||
else:
|
||||
self.fail("Didn't follow symlink with follow_symlinks=True")
|
||||
|
||||
@os_helper.skip_unless_symlink
|
||||
def test_walk_symlink_location(self):
|
||||
# Tests whether symlinks end up in filenames or dirnames depending
|
||||
# on the `follow_symlinks` argument.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue