[New-bugs-announce] [issue11332] Increase logging/__init__.py coverage to 97%

Oliver Drake report at bugs.python.org
Sat Feb 26 12:18:04 CET 2011


New submission from Oliver Drake <obdrake11 at gmail.com>:

Purely a modification to test_logging.py with the focus being to increase coverage. coverage.py now measures 97% (when running test_logging.py by itself). I'm not sure if I've followed py-dev unit test conventions exactly, I've created quite a few new test case classes, going by the model of having one unittest test case class for each class defined in the module under test. Comments welcome :)

----------
components: Tests
files: test_logging.diff
keywords: patch
messages: 129530
nosy: drakeol
priority: normal
severity: normal
status: open
title: Increase logging/__init__.py coverage to 97%
versions: Python 3.2
Added file: http://bugs.python.org/file20908/test_logging.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11332>
_______________________________________


More information about the New-bugs-announce mailing list