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 rbcollins
Recipients mgedmin, michael.foord, rbcollins
Date 2016-03-14.01:27:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457918843.3.0.122154288947.issue25900@psf.upfronthosting.co.za>
In-reply-to
Content
I'd rather make this super simple: just terminate the test run immediately. We can catch KeyBoardInterrupt in the UI layer to still permit outputting summary information. That removes one more source of global state that makes testing fragile.
History
Date User Action Args
2016-03-14 01:27:23rbcollinssetrecipients: + rbcollins, mgedmin, michael.foord
2016-03-14 01:27:23rbcollinssetmessageid: <1457918843.3.0.122154288947.issue25900@psf.upfronthosting.co.za>
2016-03-14 01:27:23rbcollinslinkissue25900 messages
2016-03-14 01:27:22rbcollinscreate