[Python-Dev] Socket servers in the test suite

Georg Brandl g.brandl at gmx.net
Fri Apr 29 13:44:53 CEST 2011


On 27.04.2011 23:23, Vinay Sajip wrote:
> I've been recently trying to improve the test coverage for the logging package,
> and have got to a not unreasonable point:
> 
> logging/__init__.py 99% (96%)
> logging/config.py 89% (85%)
> logging/handlers.py 60% (54%)
> 
> where the figures in parentheses include branch coverage measurements.

BTW, didn't we agree not to put "pragma" comments into the stdlib code?

Georg




More information about the Python-Dev mailing list