[TIP] branch coverage

m h sesquile at gmail.com
Thu Jan 24 12:56:41 PST 2008


On Jan 24, 2008 1:54 PM, m h <sesquile at gmail.com> wrote:

>
> Yes, for path coverage, I don't only want to know if the section of
> code was executed, but I want to every section of code that was
> executed per time a module was called.
>

Sorry I should be more clear on this.  If I call a function, I want to
know what parts of code were executed during that call.  And I want it
to be separate from other invocations of that function.  For
branch/line coverage they usually only care about if that piece of
code was executed.



More information about the testing-in-python mailing list