pyrg

What's pyrg?

pyrg is coloring of unittest result. pyrg is Python's implimentation of RedGreen .

Current Version : 0.2.6

ScreenShot

http://farm3.static.flickr.com/2731/4139704823_e77814acdd_m.jpg http://farm4.static.flickr.com/3482/3298168902_8a4c3456b7_o.png

Download & Install

Download

$ tar xjf pyrg-XX.tar.bz2
$ cd pyrg-XX
$ make install

or...

$ pip install pyrg

or...

$ easy_install pyrg

Usage

$ pyrg myunittest.py

or ...

zsh$ python myunittest.py |& pyrg
bash|tcsh$ python myunittest.py 2>&1 | pyrg

FeedBacks

mail to hhatto.jp @ gmail dot com