alfredodeza / pytest.vim

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

Feature request: statusline function #65

Open JakobGM opened 6 years ago

JakobGM commented 6 years ago

It would be nice to be able to register a pytest#statusline() function to be used with statusline. That way you could disable the green/red bar and use your statusline in order to get quick feedback! Number of fails, first failing test identifier or just a binary output, perhaps customizable?

I think this plays well with the existing ViM ecosystem.

Whatever you decide, Thanks!

alfredodeza commented 6 years ago

Interesting you bring this up, I was toying a bit with a rough idea, this definitely sounds like a great improvement.

I will get started on some of this, and will let you know when I have something to share. Thanks for bringing this up!

JakobGM commented 6 years ago

Glad to hear that you have already considered it! If you need someone to test a branch at any point, just say so.

Thanks for your time!