alfredodeza / pytest.vim

Runs your UnitTests with py.test displaying red/green bars and errors
274 stars 40 forks source link

Feature Request: Open next error in the same window rather than a split #55

Closed dunk closed 3 months ago

dunk commented 6 years ago

It would be great to have this as a config option.

alfredodeza commented 6 years ago

Can you try this and let me know if it works for you?

https://github.com/alfredodeza/pytest.vim/commit/81c9412d1dabc4def7af69d37b1de2132f51808c

Basically, set let g:pytest_open_errors = 'current' to make it use the same window

alfredodeza commented 6 years ago

@dunk ping?

alfredodeza commented 5 years ago

@dunk if you have a chance to test the changes out to merge to master, that would be great. Thanks!

devenv commented 1 year ago

Works perfectly, thanks :)