Re: trace module and doctest

2008-12-11 Thread R. Bernstein
On Nov 22 2007, 4:31 pm, [EMAIL PROTECTED] (John J. Lee) wrote: > [EMAIL PROTECTED] writes: > > I am trying to use thetracemodulewith the --count flag to test for > > statement coverage in my doctests. Thetracecoverage listing is very > > weird, marking many statements as unexecuted which were cle

Re: trace module and doctest

2007-11-22 Thread John J. Lee
[EMAIL PROTECTED] writes: > I am trying to use the trace module with the --count flag to test for > statement coverage in my doctests. The trace coverage listing is very > weird, marking many statements as unexecuted which were clearly executed > during the run (I can see their output on the scre