mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
api tests: set 'initpython' in BeforeEachTest
This is required to run some tests of the python client
This commit is contained in:
@@ -22,6 +22,7 @@ set nvim_id $spawn_id
|
||||
send {
|
||||
:function BeforeEachTest()
|
||||
set all&
|
||||
let &initpython = 'python -c "import neovim; neovim.start_host()"'
|
||||
redir => groups
|
||||
silent augroup
|
||||
redir END
|
||||
|
||||
Reference in New Issue
Block a user