mirror of
https://github.com/neovim/neovim.git
synced 2025-11-03 09:14: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 {
|
send {
|
||||||
:function BeforeEachTest()
|
:function BeforeEachTest()
|
||||||
set all&
|
set all&
|
||||||
|
let &initpython = 'python -c "import neovim; neovim.start_host()"'
|
||||||
redir => groups
|
redir => groups
|
||||||
silent augroup
|
silent augroup
|
||||||
redir END
|
redir END
|
||||||
|
|||||||
Reference in New Issue
Block a user