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 Pam.McANulty
Recipients BreamoreBoy, Pam.McANulty, michael.foord
Date 2015-04-13.16:07:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428941221.32.0.340858901805.issue10612@psf.upfronthosting.co.za>
In-reply-to
Content
Added unittest.StopTestRun exception.  It's caught and handled in testPartExecutor() - which is the same place SkipTest is caught.

If report=False, then it sets the result.haltTestRun attribute, which is a signal to TestTextRunner to not generate any output.

Added notes to whatsnew and unittest docs
History
Date User Action Args
2015-04-13 16:07:01Pam.McANultysetrecipients: + Pam.McANulty, michael.foord, BreamoreBoy
2015-04-13 16:07:01Pam.McANultysetmessageid: <1428941221.32.0.340858901805.issue10612@psf.upfronthosting.co.za>
2015-04-13 16:07:01Pam.McANultylinkissue10612 messages
2015-04-13 16:07:01Pam.McANultycreate