dot_files/vim-plugins/bundle/python-mode/t/trouble.vim
2017-07-09 00:23:01 +03:00

15 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