mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058)
This commit is contained in:
committed by
Victor Stinner
parent
373893ce51
commit
6ae2bbbdfc
@@ -14,6 +14,7 @@ class lllTests(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.lll = import_tool('lll')
|
||||
|
||||
@support.skip_unless_symlink
|
||||
def test_lll_multiple_dirs(self):
|
||||
with tempfile.TemporaryDirectory() as dir1, \
|
||||
tempfile.TemporaryDirectory() as dir2:
|
||||
|
||||
Reference in New Issue
Block a user