Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 568 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 568 Bytes

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

Requirements

  • vim
  • vimux (0.3.0 or greater)

Installation

It's pathogen compliant, so just drop in your bundle directory

Commands

  • RunNoseTest - runs all the nose tests
  • RunNoseTestBuffer - runs all the nose tests in the current file
  • RunNoseTestFocused - runs the current test under the cursor

Configuration

  • NoseVirtualenv - the path to your virtualenv activate file e.g. .env/bin/actviate