16 lines
243 B
VimL
16 lines
243 B
VimL
|
|
source plugin/pymode.vim
|
||
|
|
|
||
|
|
describe 'pymode troubleshooting'
|
||
|
|
|
||
|
|
after
|
||
|
|
bd!
|
||
|
|
bd!
|
||
|
|
end
|
||
|
|
|
||
|
|
it 'pymode troubleshooting'
|
||
|
|
call pymode#troubleshooting#test()
|
||
|
|
Expect getline(1) == 'Pymode diagnostic'
|
||
|
|
end
|
||
|
|
|
||
|
|
end
|