Gee19 / vimux-pytest

Run pytest tests in vimux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vimux plugin for running pytest tests. See vimux-nose-test

Requirements

  • vim
  • vimux (0.3.0 or greater)

Installation

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

Commands

  • RunPytest - runs all the pytests
  • RunPytestBuffer - runs all the pytests in the current file
  • RunPytestFocused - runs the current test under the cursor

Configuration

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

About

Run pytest tests in vimux


Languages

Language:Vim Script 100.0%