forked from VimPlug/jedi-vim
jedi-vim tests basics
This commit is contained in:
27
test/test.vim
Normal file
27
test/test.vim
Normal file
@@ -0,0 +1,27 @@
|
||||
describe '...'
|
||||
before
|
||||
new
|
||||
put =[
|
||||
\ 'foo',
|
||||
\ 'bar',
|
||||
\ 'baz',
|
||||
\ '...',
|
||||
\ ]
|
||||
end
|
||||
|
||||
after
|
||||
close!
|
||||
end
|
||||
|
||||
it 'blub'
|
||||
Expect range(1) == [1]
|
||||
end
|
||||
|
||||
it 'bla'
|
||||
end
|
||||
|
||||
it 'ble'
|
||||
end
|
||||
end
|
||||
|
||||
" vim: et:ts=2:sw=2
|
||||
Reference in New Issue
Block a user