aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-07-16 16:51:14 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-07-17 11:37:42 -0300
commit4dc642aa622cfac09f2f4752907137d68d8508fe (patch)
treed4aa1fe08ad3f0a7e27b6628aad4925cd1fbfb2a
parent2e4ea29d2c7b62eb8baf1c41cd43433e085dda0f (diff)
downloadrneovim-4dc642aa622cfac09f2f4752907137d68d8508fe.tar.gz
rneovim-4dc642aa622cfac09f2f4752907137d68d8508fe.tar.bz2
rneovim-4dc642aa622cfac09f2f4752907137d68d8508fe.zip
api tests: set 'initpython' in BeforeEachTest
This is required to run some tests of the python client
-rwxr-xr-xscripts/run-api-tests.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/run-api-tests.exp b/scripts/run-api-tests.exp
index a1b7d68644..b9d37ca903 100755
--- a/scripts/run-api-tests.exp
+++ b/scripts/run-api-tests.exp
@@ -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