mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-09 03:54:52 +08:00
little test for cycling
This commit is contained in:
@@ -30,6 +30,11 @@ describe 'completions'
|
||||
normal oraisX ImpXErrX()
|
||||
Expect getline('.') == 'raise ImportError()'
|
||||
end
|
||||
|
||||
it 'cycling through entries'
|
||||
execute "normal oimpX\<C-n>\<C-n>\<C-n>"
|
||||
Expect getline('.') == 'ImportWarning'
|
||||
end
|
||||
end
|
||||
|
||||
" vim: et:ts=4:sw=4
|
||||
|
||||
Reference in New Issue
Block a user