I use vim, but I've considered switching to pycharm.  I don't know if
pycharm does this or not.

Anyway, coverage.py will produce an HTML report describing how well
your automated tests cover your code - I like to add it into my
Makefile's default rule, and then view the HTML once in a while using
a browser.

On Wed, Feb 16, 2011 at 11:50 AM, Matt Chaput <m...@whoosh.ca> wrote:
> Are there any editors/IDEs with good support for line-coloring from Python 
> test coverage results? (I normally use Eclipse + PyDev but PyDev's current 
> coverage support isn't much better than nothing.)
>
> Thanks,
>
> Matt
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to