JarrodCTaylor/vim-python-test-runner

Can't expand error in quick-fix window

Closed this issue · 2 comments

Very nice plugin, but found an inconvenience when showing errors.

Sometimes it's necessary to view more than the Error, just as it's execution stack. I can't figure out how to expand the error to show the execution stack that triggered the error.

Example:
Without the stack, the error makes it ambiguos because it seams that the "rows" triggering the error is the one in the test and not the one in the original class.

Inside vim:
Without Stack

In the console:
With Stack

The info populated in the quickfix window is dictated by this line

If you do a :h errorformat you can read vim's help docs about how to change it to suit your needs.

For anyone in the future, a "quick fix for the quickfix" would be to just comment the line indicated by JarrodCTaylor and you'll avoid to deal with that chunk of intelligible characters (assuming you have 0 experience with that sort of parsing, like I do)