Skip to content

Gee19/vimux-pytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

Requirements

  • vim with ruby support (compiled +ruby)
  • vimux (0.3.0 or greater)
  • optionally requires nose-run-line-number for focused tests.

Installation

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

Commands

  • RunAllNoseTests - runs all the nose tests in a file
  • RunFocusedNoseTests - runs the current test under the cursor (requires nose-run-line-number)

Configuration

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

About

Run pytest tests in vimux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%