jedi-vim tests basics

This commit is contained in:
David Halter
2013-08-22 17:48:58 +04:30
parent c8c4399d45
commit b8ff144ed5
4 changed files with 90 additions and 0 deletions

27
test/test.vim Normal file
View 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