This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Claudiu.Popa
Recipients Claudiu.Popa
Date 2014-06-17.05:27:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402982862.21.0.976348306375.issue21786@psf.upfronthosting.co.za>
In-reply-to
Content
Hello. Here's a patch which uses self.assertEqual in various places across test_pydoc, instead of the current idiom:

if result != expected_text:
   print_diffs(expected_text, result)
   self.fail("outputs are not equal, see diff above")
History
Date User Action Args
2014-06-17 05:27:42Claudiu.Popasetrecipients: + Claudiu.Popa
2014-06-17 05:27:42Claudiu.Popasetmessageid: <1402982862.21.0.976348306375.issue21786@psf.upfronthosting.co.za>
2014-06-17 05:27:42Claudiu.Popalinkissue21786 messages
2014-06-17 05:27:42Claudiu.Popacreate