Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Editor/IDE with Python coverage support?

Reply
Thread Tools

Editor/IDE with Python coverage support?

 
 
Matt Chaput
Guest
Posts: n/a
 
      02-16-2011
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

 
Reply With Quote
 
 
 
 
Detlev Offenbach
Guest
Posts: n/a
 
      02-17-2011
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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ranking Modelsim Coverage results using Python for Speed? ! Paddy3118 VHDL 4 09-18-2008 10:03 PM
Coverage checker: Coverage.py or pycover or ? python@bdurham.com Python 0 05-25-2008 01:20 PM
Code coverage & Functional coverage tutorials Raj VHDL 4 02-21-2008 12:32 PM
coverage.py: "Statement coverage is the weakest measure of code coverage" Ben Finney Python 7 10-30-2007 01:43 PM
gcov-like python code coverage mathieu Python 0 04-25-2007 03:50 PM



Advertisments