We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc80591 commit e7614bbCopy full SHA for e7614bb
Lib/test/test_shutil.py
@@ -1108,6 +1108,7 @@ def test_copytree_to_itself_gives_sensible_error_message(self):
1108
create_file((src_dir, "somefilename"), "somecontent")
1109
_assert_are_the_same_file_is_raised(src_dir, src_dir)
1110
1111
+ @os_helper.skip_unless_symlink
1112
def test_copytree_to_backpointing_symlink_gives_sensible_error_message(self):
1113
base_dir = self.mkdtemp()
1114
src_dir = os.path.join(base_dir, "src")
0 commit comments