-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should have an option to open results only on test failure #6
Comments
Thanks for the feedback here, @ascagnel. I'll look into this when I have some time (hopefully soon!). In my tests, I believe that I had this working. Maybe it's related to another setting that I have, though. Going to look into it with a vanilla Vim installation! Feel free to send a pull request if you have ideas on how this should work, otherwise I'll try to come up with something this week. Thanks!!! |
Hey, @ascagnel. I think that the intended behavior of |
Sorry for the delay in responding. I was not able to reproduce the expectation using nvim 0.1.5 with the latest version of vim-testdrive installed via Vundle -- failed tests do not open the quickfix or location list windows. Version info:
My vimrc file is here: https://github.com/ascagnel/dotfiles/blob/master/.nvimrc |
Thanks, @ascagnel! I'll check it out :) |
Currently, there is an option is to either always open the results or to never open the results. Ideally, there should also be an option to open the results window only if tests fail.
The text was updated successfully, but these errors were encountered: