[TIP] [ANN] pytest.vim (py.test and vim integration)

Gary Bernhardt gary.bernhardt at gmail.com
Sat Jan 29 14:49:14 PST 2011


On Fri, Jan 28, 2011 at 9:40 AM, Alfredo Deza <alfredodeza at gmail.com> wrote:
>
> After talking a bit with Holger yesterday I went ahead and got a VIM
> plugin working that integrates py.test into the editor.

There are some other red/green plugins descended from my vimrc as well:

https://github.com/reinh/vim-makegreen
https://github.com/leemuro/vim-rails-greenrake
https://github.com/bigtiger/vim-rubyredgreen

I'd like to see them all unified. Have you considered talking to these
people? Rein Henrichs (reinh)'s plugin uses :compiler to run the
tests, making it language agnostic, although I've found it a bit
finicky. I'd like to see plugins like this one (and the Ruby/Rails
ones) turn into submissions to his plugin, rather than having all of
these competing projects.

--
Gary
http://blog.extracheese.org



More information about the testing-in-python mailing list