Report coverage (#863)

This commit is contained in:
Daniel Hahler
2018-07-30 22:45:06 +02:00
committed by GitHub
parent b33392c8c8
commit 88502891ba
7 changed files with 34 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ describe 'documentation docstrings'
end
it 'simple'
Expect maparg('K') == ':call jedi#show_documentation()<CR>'
put = 'ImportError'
normal GK
Expect bufname('%') == "__doc__"

8
test/vimrc Normal file
View File

@@ -0,0 +1,8 @@
" Minimal vimrc to use jedi-vim.
"
" Not used anywhere yet, but allows for easy testing.
let script_dir = fnamemodify(expand('<sfile>'), ':h:h')
let &runtimepath = script_dir.','.&runtimepath.','.script_dir.'/after'
syntax on
filetype plugin indent on