Fix more issues with os.path path completion

This commit is contained in:
Dave Halter
2019-08-08 01:48:25 +02:00
parent 822394663c
commit 03608151e8
2 changed files with 28 additions and 13 deletions

View File

@@ -247,6 +247,7 @@ os_path = 'from os.path import *\n'
(f2, os_path + 'join(["tes', 10, ['t' + s]),
(f2, os_path + 'join(["tes"]', 10, ['t' + s]),
(f2, os_path + 'join(["tes"])', 10, ['t' + s]),
(f2, os_path + 'join("test", "test_cac" + x,', 22, ['he.py"']),
]
)
def test_file_path_completions(Script, file, code, column, expected):