Re: Editor/IDE with Python coverage support?

2011-02-17 Thread Detlev Offenbach
Matt Chaput 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

eric4 (Python2) and eric5 (Python3) do have this support (and much much 
more). See http://eric-ide.python-projects.org for details.

Detlev
-- 
Detlev Offenbach
det...@die-offenbachs.de
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Editor/IDE with Python coverage support?

2011-02-16 Thread Dan Stromberg
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  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


Editor/IDE with Python coverage support?

2011-02-16 Thread Matt Chaput
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