Skip to Content
Mastering Vim
book

Mastering Vim

by Ruslan Osipov
November 2018
Beginner
330 pages
7h 21m
English
Packt Publishing
Content preview from Mastering Vim

Plugin spotlight – vim-test

This is the most popular test runner, as it provides a set of compilers (as well as handy mappings) for plugging into a lot of test runners. For Python, vim-test supports djangotest, django-nose, nose, nose2, pytest, and PyUnit. It's available from https://github.com/janko-m/vim-test. You'll have to make sure you have the desired test runner already installed before using vim-test.

If you're using vim-plug, you can install vim-test by adding Plug 'janko-m/vim-test' to your .vimrc file and running :w | source $MYVIMRC | PlugInstall.

vim-test supports the following commands:

  • :TestNearest runs the test nearest to the cursor
  • :TestFile runs the tests in the current file
  • :TestSuite runs the entire test suite
  • :TestLast ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Vim

Mastering Vim

Damian Conway
Vim Masterclass

Vim Masterclass

Jason Cannon
Modern Vim

Modern Vim

Drew Neil

Publisher Resources

ISBN: 9781789341096Supplemental Content