[issue21786] Use assertEqual in test_pydoc

2014-06-21 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thanks for the patch. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue21786] Use assertEqual in test_pydoc

2014-06-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset b1c7f28f9c0a by Raymond Hettinger in branch 'default': Issue 21786: Clean-up test_pydoc taking taking advantage of diffing in unittest. http://hg.python.org/cpython/rev/b1c7f28f9c0a -- nosy: +python-dev ___

[issue21786] Use assertEqual in test_pydoc

2014-06-20 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: -> rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue21786] Use assertEqual in test_pydoc

2014-06-16 Thread Raymond Hettinger
Raymond Hettinger added the comment: This looks like a nice improvement. -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-l

[issue21786] Use assertEqual in test_pydoc

2014-06-16 Thread Claudiu Popa
Changes by Claudiu Popa : -- title: Use self.assertEqual in test_pydoc -> Use assertEqual in test_pydoc ___ Python tracker ___ ___ Pyt