mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
failing signatures tests
This commit is contained in:
23
test/signatures.vim
Normal file
23
test/signatures.vim
Normal file
@@ -0,0 +1,23 @@
|
||||
source plugin/jedi.vim
|
||||
|
||||
describe 'signatures'
|
||||
before
|
||||
set filetype=python
|
||||
end
|
||||
|
||||
after
|
||||
bd!
|
||||
bd!
|
||||
end
|
||||
|
||||
it 'simple'
|
||||
normal ostr(
|
||||
Python jedi_vim.show_call_signatures()
|
||||
|
||||
"doautocmd CursorMovedI
|
||||
|
||||
Expect getline(1) == 'a'
|
||||
|
||||
"doautocmd InsertLeave
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user