api tests: set 'initpython' in BeforeEachTest

This is required to run some tests of the python client
This commit is contained in:
Thiago de Arruda
2014-07-16 16:51:14 -03:00
parent 2e4ea29d2c
commit 4dc642aa62

View File

@@ -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