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 zach.ware
Recipients ezio.melotti, michael.foord, pitrou, serhiy.storchaka, zach.ware
Date 2013-11-15.05:23:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384493041.39.0.171377623117.issue19597@psf.upfronthosting.co.za>
In-reply-to
Content
This patch takes the idea a little further, adding a command line option to regrtest, '--failnoimpl' (it could use a better name).

With this option specified any test decorated by support.not_implemented will not be marked as an expected failure, allowing the NotImplementedError exception to fail the test.  The default under regrtest is to expect the failure, but the default for running a test file directly is to fail loudly.  The idea is just to make it more obvious when a test is just in need of implementation, and could make it easier for new contributors to find something that needs doing.
History
Date User Action Args
2013-11-15 05:24:01zach.waresetrecipients: + zach.ware, pitrou, ezio.melotti, michael.foord, serhiy.storchaka
2013-11-15 05:24:01zach.waresetmessageid: <1384493041.39.0.171377623117.issue19597@psf.upfronthosting.co.za>
2013-11-15 05:24:01zach.warelinkissue19597 messages
2013-11-15 05:23:58zach.warecreate