diff options
Diffstat (limited to 'test/linter/test_pylsp.vader')
-rw-r--r-- | test/linter/test_pylsp.vader | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/linter/test_pylsp.vader b/test/linter/test_pylsp.vader index acee2c3f..290fdbf3 100644 --- a/test/linter/test_pylsp.vader +++ b/test/linter/test_pylsp.vader @@ -41,6 +41,7 @@ Execute(You should be able to override the pylsp virtualenv lookup): Execute(Setting executable to 'pipenv' appends 'run pylsp'): let g:ale_python_pylsp_executable = 'path/to/pipenv' + call ale#test#SetFilename('../test-files/dummy') AssertLinter 'path/to/pipenv', ale#Escape('path/to/pipenv') . ' run pylsp' |