ruby_focused_unit_test_vim icon indicating copy to clipboard operation
ruby_focused_unit_test_vim copied to clipboard

Continuous test output

Open bensomers opened this issue 14 years ago • 1 comments

This is likely a problem with my system or configuration, rather than the bundle, because looking at the code, it looks like this behavior is intended. Right now, whenever I run tests w/ this bundle, it gives me an output dump once the tests are finished running, and zero feedback while the tests are running. Reading the plugin code, it looks like this shouldn't be happening; the use of IO#popen and IO#readpartial suggests that continuous feedback is the intended result. Thoughts? Is this problem specific to me (in which case I will continue investigating on my own), or has this already been attempted and given up on?

bensomers avatar Aug 19 '11 20:08 bensomers

Howdy -

This is a tricky problem that has popped up for me from time to time, but it does seem to be system/vim version dependent.

I use the plugin on all my personal machines and all the machines at work and we do indeed receive streaming test output to the buffer. However, there was a time when I wasn't receiving streaming output after upgrading to the newest version of vim 7.3 (I'm now on the latest vim and everything is working great).

If you do manage to track down the problem, I'd love to know what you find.

On a somewhat related note, if you have ideas for making the output nicer (streaming, background processes, or otherwise) I'd love to hear them and I'm always looking for pull requests.

Hope you're able to figure it out, sorry for the generally vague response.

  • Drew

drewolson avatar Aug 19 '11 22:08 drewolson