Thanks to visit codestin.com Credit goes to github.com
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 373893c commit 6ae2bbbCopy full SHA for 6ae2bbb
1 file changed
Lib/test/test_tools/test_lll.py
@@ -14,6 +14,7 @@ class lllTests(unittest.TestCase):
14
def setUp(self):
15
self.lll = import_tool('lll')
16
17
+ @support.skip_unless_symlink
18
def test_lll_multiple_dirs(self):
19
with tempfile.TemporaryDirectory() as dir1, \
20
tempfile.TemporaryDirectory() as dir2:
0 commit comments