Skip to content

timofurrer/vim-radish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-radish

a vim plugin for running radish

Author: Claudio Klingler ck@realtime-projects.com
License: GPL

About

vimradish is a vim plugin that allows you to run radish directly within the vim python interpreter.

Features:

  • run radish within your vim python interpreter
  • signal highlighting of passed/failed tests

Requirements

  1. radish installed
  2. vim compiled with python support (2.7)
  3. python installed with setuptools

Installation

  1. Ensure radish is installed in your python environment

    See radish: Installation Manual

  2. Get vimradish

    git clone http://www.github.com/realtimeprojects/vimradish ~/vimradish
  3. Install vimradish:

    cd ~/vimradish
    python setup.py install
  4. Place the following statement somewhere in your ~/.vimrc

    py import vimradish

Usage

  1. Open a feature file from the test directory (radish base directory)

    vim features/001.feature
  2. Run radish

    :Rr
  3. Enjoy :-)

Highlighting

You can overwrite the default highlight colors for vim-radish by placing those commands into your .vimrc:

```vim
highlight RadishBusy    ctermfg=yellow
highlight RadishPassed  ctermbg=green
highlight RadishFailed  ctermfg=darkred
highlight RadishSkipped ctermfg=darkgrey
```

About

a vim plugin for running radish

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published