mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058)
This commit is contained in:
parent
373893ce51
commit
6ae2bbbdfc
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue