[Python-Dev] blocking 2.7

Walter Dörwald walter at livinglogic.de
Tue Jul 6 14:10:14 CEST 2010


On 05.07.10 16:19, Nick Coghlan wrote:
> On Mon, Jul 5, 2010 at 5:20 AM, Terry Reedy <tjreedy at udel.edu> wrote:
>> On 7/4/2010 2:31 AM, Éric Araujo wrote:
>>>>
>>>> But Python tests lack coverage stats, so it is hard to say anything.
>>>
>>> FYI: http://coverage.livinglogic.de/
>>
>> Turns out the audioop is one of the best covered modules, at 98%
> 
> Alas, those are only the stats for the audioop test suite. audioop
> itself is written in C, so the automatic coverage stats generated by
> livinglogic don't provide any details.

http://coverage.livinglogic.de/ *does* include coverage info for stuff
written in C, see for example:

   http://coverage.livinglogic.de/Objects/unicodeobject.c.html

However it *is* strange that test_audioop.py gets executed, but
audioop.c doesn't seem to be.

Servus,
   Walter


More information about the Python-Dev mailing list