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 <rep...@bugs.python.org> <http://bugs.python.org/issue17648> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com