pombreda / python-nose

Automatically exported from code.google.com/p/python-nose
0 stars 0 forks source link

with coverage failing on code using peak rules #199

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm trying to do some coverage tests on my code which uses Peak Rules
dispatching. 

When running 'nosetests --with-coverage' I get trace attached.

I've tried with with nose-0.10.3-py2.5.egg and nose-0.9.2.dev_r143-py2.5.egg

I'm presuming that it is something to do with DecoratorTools and
sys.settrace - similar discussions were hade about pydev and turbogears
debugging. (http://www.eby-sarna.com/pipermail/peak/2008-June/002992.html)

Original issue reported on code.google.com by tim.par...@gmail.com on 28 Jul 2008 at 1:28

Attachments:

GoogleCodeExporter commented 9 years ago
What does file "2.5/src/debug/tserver/dbgserver.pyc" do?  Could that be the 
source of
the problem?

Original comment by j...@pobox.com on 30 Jul 2008 at 8:32

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Many thanks for spotting this.. It was a rogue wingdbstub from WingIDE - I'll 
check
to see if there is a way of avoiding it within the wing debugger.

Original comment by tim.par...@gmail.com on 31 Jul 2008 at 8:18