[issue10992] tests failing when run under coverage

Brett Cannon report at bugs.python.org
Fri Jan 28 22:38:49 CET 2011


Brett Cannon <brett at python.org> added the comment:

The attached patch has all tests passing when run under coverage.py. Most places are flat-out skipped since there is no good way around the tests short of coding up a second set of test values. Plus editing doctests to have optional values is way too painful, so in those cases I just skip the whole doctest.

----------
Added file: http://bugs.python.org/file20586/issue10992.diff

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


More information about the Python-bugs-list mailing list