Fri Dec 1 14:02:22 2006

Ticket #109 (assigned)

doctest vs coverage


Priority: normal Reporter: jpellerin
Severity: normal Assigned to: jpellerin (accepted)
Component: nose:plugin:doctest Status: assigned
Version:   Resolution:  
Milestone: 0.9.2 Keywords:  

Description by jpellerin:

doctest requires a patch (or monkeypatch) to work correctly with the coverage module.

ref:

http://www.nedbatchelder.com/code/modules/coverage.html

http://svn.zope.org/Zope3/trunk/src/zope/testing/doctest.py?rev=28679&r1=28703&r2=28705

Since nose can't patch a user's doctest directly, we'll have to monkeypatch in a revise _OutputRedirectingPdb?.

Changelog

Fri Dec 1 14:02:29 2006: Modified by jpellerin

  • status changed from new to assigned