alfredodeza / pytest.vim

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

Feature request: a flag to open test output right away #80

Closed devenv closed 1 year ago

devenv commented 1 year ago

For bigger projects, the feedback loop until the end of all tests is too long, and finding the right tests to run is cumbersome. Allowing opening a pane with real-time output would be nice IMO.

devenv commented 1 year ago

Just realized that -s does this 🤦