[New-bugs-announce] [issue17648] test_urllib2 convert doctests to unittest

Senthil Kumaran report at bugs.python.org
Sun Apr 7 01:45:14 CEST 2013


New submission from Senthil Kumaran:

Sometime back during an IRC conversation we realized that converting test_urllib2 doctests to proper unittest may help in various ways. 
a) Improve coverage report (?) Know what is covered and not.
b) Helps expand it further when new features are added.

Here is patch which removes the old doctests and converts them to unittest.

Reviews will be helpful.

----------
assignee: orsenthil
files: remove_doctests.patch
keywords: patch
messages: 186171
nosy: eric.araujo, ezio.melotti, orsenthil, r.david.murray
priority: normal
severity: normal
status: open
title: test_urllib2 convert doctests to unittest
versions: Python 3.4
Added file: http://bugs.python.org/file29700/remove_doctests.patch

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


More information about the New-bugs-announce mailing list