Editor/IDE with Python coverage support?

Dan Stromberg drsalists at gmail.com
Wed Feb 16 16:31:15 EST 2011


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 <matt at 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
>



More information about the Python-list mailing list