Skip to content

davekim/vimux-python-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

vimux-python-test

Vimux plugin for running pytest. Similar to vimux-ruby-test and vimux-nose-test.

Requirements

  • vim
  • vimux (0.3.0 or greater)

Installation

Use pathogen.

Commands

  • RunPytest - runs just pytest in the current directory
  • RunPytestBuffer - runs pytest for the current file in the vim buffer
  • RunPytestFocused - runs pytest for the current test on the vim cursor (if current cursor is not on a line that starts with test_, it will search backwards for the first hit)

Acknowledgements

Special thanks to Tony. This is basically a copy of vimux-nose-test.

Releases

No releases published

Packages

No packages published