forked from VimPlug/jedi-vim
little test for cycling
This commit is contained in:
@@ -30,6 +30,11 @@ describe 'completions'
|
|||||||
normal oraisX ImpXErrX()
|
normal oraisX ImpXErrX()
|
||||||
Expect getline('.') == 'raise ImportError()'
|
Expect getline('.') == 'raise ImportError()'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it 'cycling through entries'
|
||||||
|
execute "normal oimpX\<C-n>\<C-n>\<C-n>"
|
||||||
|
Expect getline('.') == 'ImportWarning'
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
" vim: et:ts=4:sw=4
|
" vim: et:ts=4:sw=4
|
||||||
|
|||||||
Reference in New Issue
Block a user