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 serhiy.storchaka
Recipients ezio.melotti, mrabarnett, pitrou, serhiy.storchaka, zach.ware
Date 2014-11-10.17:10:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415639456.54.0.317814729132.issue22838@psf.upfronthosting.co.za>
In-reply-to
Content
Current re tests consists of two parts. One part use unittest and other part import test cases from Lib/test/re_tests.py, checks conditions and prints messages to stdout if they are false.

Proposed patch converts all test_re to using unittest.
History
Date User Action Args
2014-11-10 17:10:56serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, mrabarnett, zach.ware
2014-11-10 17:10:56serhiy.storchakasetmessageid: <1415639456.54.0.317814729132.issue22838@psf.upfronthosting.co.za>
2014-11-10 17:10:56serhiy.storchakalinkissue22838 messages
2014-11-10 17:10:56serhiy.storchakacreate