Skip to content
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

dispatch strategy does not populate quickfix list when running pytest #702

Open
johnarevalo opened this issue Dec 2, 2022 · 1 comment

Comments

@johnarevalo
Copy link

None of the :Test<granularity> (e.g. :TestFile) commands correctly populates the quickfix list when the strategy is set to dispatch:

~/.vim/vimrc

call plug#begin('~/.vim/plugged')
Plug 'tpope/vim-dispatch'
Plug 'vim-test/vim-test'
call plug#end()

let test#strategy = "dispatch"
let test#python#runner = 'pytest'

simple_test.py

def test_error_1():
    assert False

def test_error_2():
    assert False

Setting test#strategy = "make" works.

@codeinabox
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants