gh-90385: Add skip_unless_symlink decorator to test_walk_symlink_location (GH-95182)

This commit is contained in:
Christian Heimes 2022-07-23 23:42:04 +02:00 committed by GitHub
parent 9762572d0a
commit 23f6944c37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.