forked from VimPlug/jedi-vim
little corrections
This commit is contained in:
@@ -26,14 +26,14 @@ describe 'completions'
|
|||||||
Expect getline('.') == 'IndentationError().filename'
|
Expect getline('.') == 'IndentationError().filename'
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'typing'
|
it 'dot_open'
|
||||||
normal oraisX ImpXErrX()
|
normal oraisX ImpXErrX()
|
||||||
Expect getline('.') == 'raise ImportError()'
|
Expect getline('.') == 'raise ImportError()'
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'cycling through entries'
|
it 'cycling through entries'
|
||||||
execute "normal oimpX\<C-n>\<C-n>\<C-n>"
|
execute "normal oraise impX\<C-n>\<C-n>\<C-n>"
|
||||||
Expect getline('.') == 'ImportWarning'
|
Expect getline('.') == 'raise ImportWarning'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user