diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-07-16 16:51:14 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-07-17 11:37:42 -0300 |
commit | 4dc642aa622cfac09f2f4752907137d68d8508fe (patch) | |
tree | d4aa1fe08ad3f0a7e27b6628aad4925cd1fbfb2a | |
parent | 2e4ea29d2c7b62eb8baf1c41cd43433e085dda0f (diff) | |
download | rneovim-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-x | scripts/run-api-tests.exp | 1 |
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 |