summaryrefslogtreecommitdiff
path: root/test/linter/test_pylsp.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/linter/test_pylsp.vader')
-rw-r--r--test/linter/test_pylsp.vader3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/linter/test_pylsp.vader b/test/linter/test_pylsp.vader
index 1bc56c73..580cec17 100644
--- a/test/linter/test_pylsp.vader
+++ b/test/linter/test_pylsp.vader
@@ -52,8 +52,9 @@ Execute(virtualenv vars should be used when ale_python_auto_virtualenv = 1):
let b:sep = has('win32') ? ';' : ':'
let b:executable = ale#path#Simplify(b:venv_bin . '/pylsp')
- AssertLinter b:executable, ale#Env('PATH', b:venv_bin . b:sep . $PATH)
+ AssertLinter b:executable, ale#python#AutoVirtualenvEnvString(bufnr(''))
\ . ale#Escape(b:executable)
+ Assert !empty(ale#python#AutoVirtualenvEnvString(bufnr('')))
Execute(You should be able to override the pylsp virtualenv lookup):
call ale#test#SetFilename('../test-files/python/with_virtualenv/subdir/foo/bar.py')