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
- Host: GitHub
- URL: https://github.com/lambdalisue/vim-nose
- Owner: lambdalisue
- Created: 2011-10-12T10:42:20.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T22:48:35.000Z (over 10 years ago)
- Last Synced: 2025-04-28T12:09:06.170Z (8 months ago)
- Language: VimL
- Homepage: http://www.vim.org/scripts/script.php?script_id=3842
- Size: 104 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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