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 pitrou
Recipients ezio.melotti, michael.foord, pitrou
Date 2011-07-23.20:28:08
SpamBayes Score 2.0651655e-08
Marked as misclassified No
Message-id <1311452890.31.0.827101478258.issue12624@psf.upfronthosting.co.za>
In-reply-to
Content
This patch adds a new --failfast (-G) argument to regrtest which stops running the tests as soon as a test fails (when using unittest-based test cases). Useful with long test suites such as test_io and test_subprocess.
History
Date User Action Args
2011-07-23 20:28:10pitrousetrecipients: + pitrou, ezio.melotti, michael.foord
2011-07-23 20:28:10pitrousetmessageid: <1311452890.31.0.827101478258.issue12624@psf.upfronthosting.co.za>
2011-07-23 20:28:09pitroulinkissue12624 messages
2011-07-23 20:28:09pitroucreate