dot_files/vim-plugins/bundle/python-mode/t/trouble.vim

16 lines
243 B
VimL
Raw Normal View History

2017-07-09 00:26:06 +03:00
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