pitluga / vimux-nose-test

Run nose tests in vimux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Run nose tests in vimux


Languages

Language:Vim Script 100.0%