FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058) · python/cpython@6ae2bbb · GitHub

/ cpython Public

Commit 6ae2bbb

Browse files
authored andcommitted
bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058)
1 parent 373893c commit 6ae2bbb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎Lib/test/test_tools/test_lll.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class lllTests(unittest.TestCase):
1414
def setUp(self):
1515
self.lll = import_tool('lll')
1616

17+
@support.skip_unless_symlink
1718
def test_lll_multiple_dirs(self):
1819
with tempfile.TemporaryDirectory() as dir1, \
1920
tempfile.TemporaryDirectory() as dir2:

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL