Thomas Brand
Thomas Brand
I have tested this using vim with python3 on macos. This would be really useful if it was merged @jaxbot. Also thank you @CandySunPlus.
This relates to/extension of #150. We should be running smoke tests on deployment.
Thanks for the feedback! Also thanks very much for this repo! > I don't like how you mention a dependency on macvim on your README.md there, I'd like to stay...
Had a play with vim-test. Was able to get vim-test executing pytest via vipe with a minimal amount of code: ```vim function! VipeStrategy(cmd) call vipe#push(a:cmd) endfunction let g:test#custom_strategies = {'vipe':...