An open API service indexing awesome lists of open source software.

https://github.com/lambdalisue/vim-nose

A simple compiler for using nosetests on VIM
https://github.com/lambdalisue/vim-nose

Last synced: 8 months ago
JSON representation

A simple compiler for using nosetests on VIM

Awesome Lists containing this project

README

          

****************
nose.vim
****************
:VERSION: 0.1rc2

A simple compiler for executing nosetests on VIM. Originally written by Olivier Le Thanh Duong at and modified by lambdalisue. Useful to use with vim-makegreen_

See http://blog.staz.be/?post/2010/09/04/Python-unit-test-and-vim for find how to use it with vim-makegreen_

nose-machineout
==============================
modified version use nose-machineout2_ for convinience so you have to install it as well as nose_::

sudo pip install nose
sudo pip install nose_machineout2

.. _nose-machineout2: https://github.com/lambdalisue/nose-machineout2
.. _nose: http://readthedocs.org/docs/nose/en/latest/
.. _vim-makegreen: https://github.com/reinh/vim-makegreen

how to install
============================
use vundle_ or pathogen_ is recommended or simply extract to your vim directory

.. _vundle: https://github.com/gmarik/vundle
.. _pathogen: http://www.vim.org/scripts/script.php?script_id=2332

and write the following code to your ``ftplugin/python.vim``::

compiler nose