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 eric.araujo
Recipients eric.araujo, ezio.melotti, michael.foord, python-dev, r.david.murray, vstinner
Date 2011-10-07.17:26:55
SpamBayes Score 2.6702255e-06
Marked as misclassified No
Message-id <1318008416.37.0.17432118494.issue12314@psf.upfronthosting.co.za>
In-reply-to
Content
Idea: when a regrtest check fails, the test is run again but a WatchfulMixin is injected into the test case’s bases, so that setUp and tearDown call the right methods.  This would be more efficient than always running with a watchful test runner.
History
Date User Action Args
2011-10-07 17:26:56eric.araujosetrecipients: + eric.araujo, vstinner, ezio.melotti, r.david.murray, michael.foord, python-dev
2011-10-07 17:26:56eric.araujosetmessageid: <1318008416.37.0.17432118494.issue12314@psf.upfronthosting.co.za>
2011-10-07 17:26:55eric.araujolinkissue12314 messages
2011-10-07 17:26:55eric.araujocreate