python vim pytest pyscaffold
Does not provide any benefit over the terminal because the QuickFix list is not parsed and linked to the failure.
packadd vim-test packadd vim-compiler-pytest let test#enabled_runners = ["python#pytest"] let g:pytest_compiler_args = "--ff --junit-xml=junit.xml --vim-quickfix" let g:test#strategy = 'dispatch' let g:test#vim#term_position = "right" compiler pytest
-
https://githubmemory.com/repo/CarloDePieri/pytest-vim-compiler adds
compiler pytest
so that Dispatch and QuickFix work together. - https://github.com/vim-test/vim-test
- https://github.com/CarloDePieri/pytest-vimqf