VimPlugin: vim-test

From wikinotes
Revision as of 16:08, 16 July 2022 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Test runner for vim, supports several languages.

Documentation

github https://github.com/vim-test/vim-test

Configuration

" imitates exactly what I do in a split.
" does not replace my tmux keybindings.
let test#strategy = "vimux"

" configure test-runners for each language
let test#java#runner = 'maventest'

" configure cli-options for specific test-runners
let test#python#pytest#options = "-vv -s -W 'ignore::DeprecationWarning'"