VimPlugin: vim-test

From wikinotes

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'"