Kaydet (Commit) 6ae2bbbd authored tarafından Zackery Spytz's avatar Zackery Spytz Kaydeden (comit) Victor Stinner

bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058)

üst 373893ce
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment