From ca88e67af0dc159bdb78ad9f038d2c9336fb1b71 Mon Sep 17 00:00:00 2001 From: Eddie Lebow Date: Mon, 4 Jun 2018 22:43:02 -0400 Subject: Allow all Python linter executables to be set to `pipenv`. It appends ` run {linter_name}`, analogously to the Ruby linters when the executable is set to `bundle` --- test/command_callback/test_pyls_command_callback.vader | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/command_callback/test_pyls_command_callback.vader') diff --git a/test/command_callback/test_pyls_command_callback.vader b/test/command_callback/test_pyls_command_callback.vader index 06ea718f..4bef4742 100644 --- a/test/command_callback/test_pyls_command_callback.vader +++ b/test/command_callback/test_pyls_command_callback.vader @@ -47,3 +47,10 @@ Execute(You should be able to override the pyls virtualenv lookup): AssertEqual ale#Escape('pyls'), \ ale_linters#python#pyls#GetCommand(bufnr('')) + +Execute(Setting executable to 'pipenv' appends 'run pyls'): + let g:ale_python_pyls_executable = 'path/to/pipenv' + + AssertEqual + \ ale#Escape('path/to/pipenv') . ' run pyls', + \ ale_linters#python#pyls#GetCommand(bufnr('')) -- cgit v1.2.3